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

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Restarting Supervisor and effect on FlaskSocketIO -

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