Answer the question
In order to leave comments, you need to log in
How to set the numeric keypad to enter numbers?
I'm creating a form for a mobile application in HTML. Several fields are numeric. How to set a numeric keypad for them?
Answer the question
In order to leave comments, you need to log in
<input type="number" pattern="[0-9]*" novalidate />
<input type="tel" />
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question