Hi,
I have an Alert
dialog that renders two fields:
Name: text
Age: number
When the Alert
shows, it automatically sets focus to the first input. On my Android device, this opens up the alphabetical keyboard. However, the keyboard shows a Go
button. Clicking it dismisses the dialog, triggering the OK
button handler.
If i tap to set focus to the second input, it opens up the numeric keyboard. This keyboard shows a Next
button. Clicking it hides the keyboard and sets focus to the first button in the dialog.
Should it not be the other way around? For inputs 1 to N-1 the keyboard should show Next
and only for the last input should the keyboard show a Go
button.