Skip to content

Instantly share code, notes, and snippets.

@henshaw
Created April 7, 2021 16:40
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 henshaw/20d291a7eb047197b0fdf3bae3fba5ae to your computer and use it in GitHub Desktop.
Save henshaw/20d291a7eb047197b0fdf3bae3fba5ae to your computer and use it in GitHub Desktop.
Accessible number input
<input type="text" pattern="[0-9]*" inputmode="numeric">
@henshaw
Copy link
Author

henshaw commented Apr 7, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment