Skip to content

Instantly share code, notes, and snippets.

@anova
Created September 22, 2017 14:27
Show Gist options
  • Save anova/74d98ea01e39982b045ff2124473b252 to your computer and use it in GitHub Desktop.
Save anova/74d98ea01e39982b045ff2124473b252 to your computer and use it in GitHub Desktop.
<!--
https://github.com/igorescobar/jQuery-Mask-Plugin/issues/25#issuecomment-20642590
cmwelsh
-->
<input type="text" pattern="[0-9]*" /> <!-- display a numeric keyboard -->
<!-- azerafati -->
<input type="tel" /> <!-- display a telephone keypad -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment