Created
March 8, 2020 20:41
-
-
Save mbparvezme/bb36165700678c3d10c816d207af166a to your computer and use it in GitHub Desktop.
HTML number input - Best practice
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<input type="text" name="inputName" inputmode="numeric" pattern="[0-9]*" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment