Skip to content

Instantly share code, notes, and snippets.

@LucaRosaldi
Created May 5, 2021 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LucaRosaldi/16ba0147f8e1120b1514917740bda3f2 to your computer and use it in GitHub Desktop.
Save LucaRosaldi/16ba0147f8e1120b1514917740bda3f2 to your computer and use it in GitHub Desktop.
HTML: Better altenative to input type="number"
<!-- https://technology.blog.gov.uk/2020/02/24/why-the-gov-uk-design-system-team-changed-the-input-type-for-numbers/ -->
<input type="text" inputmode="numeric" pattern="[0-9]*">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment