-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help fix inuput type number #450
Comments
The number field doesn't allow non-numeric characters. Also, please give us a traceback and the code you are using |
hi $(document).ready(function(){ I understand now that it does not work because number can not show brackets like "(" But then how do I show a numeric pad on phone while applying this mask to it ? If I do <input type="text" it shows full keyboard not numeric only. |
Possibly related: |
Guys, fields like |
You can use eg. See: https://css-tricks.com/better-form-inputs-for-better-mobile-user-experiences/ |
Hey buddy
If i try to mask for a USA number on <input type="number' ... it gives error. Can you please help fix this ?
Thank you in advance
MAK
The text was updated successfully, but these errors were encountered: