Skip to content

Instantly share code, notes, and snippets.

@mbparvezme
Created March 8, 2020 20:41
Show Gist options
  • Save mbparvezme/bb36165700678c3d10c816d207af166a to your computer and use it in GitHub Desktop.
Save mbparvezme/bb36165700678c3d10c816d207af166a to your computer and use it in GitHub Desktop.
HTML number input - Best practice
<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