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