Answer the question
In order to leave comments, you need to log in
Digital form?
<input type="text">
This input will contain numbers, underscores, dashes, and parentheses
. Only numbers can be entered in this input. How to set it so that the numeric keypad opens on android?
type="number" // doesn't fit because nothing but numbers can be
stuffed into it type="tel" // doesn't fit because a javascript handler is attached to it.
How to get out of this situation?
Answer the question
In order to leave comments, you need to log in
Maybe make the input invisible, and display the entered number with completed brackets in a visible field?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question