我有一个带有几个输入字段的表单.因此,我希望使用下一个按钮在字段之间导航,但只有在输入字段类型为"数字"时才能使用.使用type ="text"它不会!
这是Android 3.2.1中的错误吗?
我的输入字段是这样的:
<input type="text" name="..." .... /> --> keyboard "Go"
<input type="text" name="..." .... /> --> keyboard "Go"
<input type="number" name="..." .... /> --> here it shows the "Next" button on the keyboard
<input type="text" name="..." .... /> --> keyboard "Go"
Run Code Online (Sandbox Code Playgroud)