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
Post a Comment