Automatically open numeric keypad of phone in browser? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Automatically open numeric keypad of phone in browser?

I have a drop-down list than a numeric field in aspx form. When the page load focus automatically on the drop-down list. Now I want when I select the option from drop-down list. Then focus automatically move to the numeric field and numeric keypad automatically open.

3rd Jul 2019, 10:35 AM
Dheeraj Sharma
Dheeraj Sharma - avatar
5 Answers
+ 1
Use input type number <input type="number"></input> Do note: this enables special number type keyboard which means I can't use the copy paste functionality. e.g., pasting otp pass codes in input box.
3rd Jul 2019, 10:59 AM
Lord Krishna
Lord Krishna - avatar
3rd Jul 2019, 11:32 AM
Lord Krishna
Lord Krishna - avatar
0
I want to open numeric keypad without user interaction
3rd Jul 2019, 11:22 AM
Dheeraj Sharma
Dheeraj Sharma - avatar
0
When user select the value of drop-down list then numeric keypad should automatically opened
3rd Jul 2019, 11:22 AM
Dheeraj Sharma
Dheeraj Sharma - avatar
0
I achieved this....in my poc not not implenting in asp .net website
3rd Jul 2019, 11:37 AM
Dheeraj Sharma
Dheeraj Sharma - avatar