Skip to content

Instantly share code, notes, and snippets.

@madetech-com
Created October 1, 2015 09:42
Show Gist options
  • Save madetech-com/8c8b2bc53803948bc02f to your computer and use it in GitHub Desktop.
Save madetech-com/8c8b2bc53803948bc02f to your computer and use it in GitHub Desktop.
<!-- Bad -->
<input type="text" />
<!-- Good -->
<input type="text" pattern="[0-9]" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment