+ 13
[Solved] Configuring Keyboard
How do I configure users keyboard For ex. If I want the user to write his phone no. so he needs to enter numeric value only so the keyboard should turn into a keypad rather than a alphanumeric keyboard Pls help Thanks in advance Happy Coding đâïž
4 Respostas
+ 24
Try :
<input type="tel">
+ 10
Thanks all đâșïž
+ 8
Try:
<input type="number">
Or even better đžPrachi The Pariđž's solution.
+ 5
Yeah!
Just like đžPrachi The Pariđž wrote, use the tag "input" with attribute "type" with a value which is "tel".
Happy Coding </>