-
Notifications
You must be signed in to change notification settings - Fork 416
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
Add support for type 'number' #312
Comments
I would also like this! However word of caution setting type="number" might cause a lot of problems. Setting inputmode for modern browser and falling back to the pattern attribute would show a number keyboard on mobile devices without the usability issues of type="number" |
Is there any progress on supporting type="number? |
type='tel' Seems to have such side effects. |
@redblue9771 |
This is essential for an input formatting library. |
To get a different keyboard without changing the type you can use the |
@R4VANG3R there is no
|
This please! If type="number" is not supported. Is there a workaround to be able to use the text field with min/max validations? 🤔 I'm using this field in a form and only want to allow values greater than 0. The |
Could you elaborate on the issues you experienced with |
I.e. so the input type = 'number'
Allowing the number keyboard to show on mobile:
The text was updated successfully, but these errors were encountered: