+ 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 Answers
+ 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 </>