javascript - Change Alphabets keypad as secondary and make Numeric Keypad as Primary -


is there way make numeric keypad primary keypad , alphabets secondary keypad on inputtype=text in particular html file?

the reason need this: have list of input box user has enter numbers , occasionally user enters text in webbased mobile app.

it hard user switch, default alphabet keypad numeric keypad , type number > , click on next box > see's alphabet keypand again switch number keypad, has same next input box's (it practically hard user if have 200 input's.

if use <input type="number"> numeric keypad should appear.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -