You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
Is there any work being done on restricting the number of characters or digits being entered?
For example: restricting the user to input 0-99 and 2 decimal places.
At the minute you are able to add either the step or the pattern attribute to the input which will make the input invalid and give's the user a helpful tooltip. However, this doesn't restrict the user's input at all.
Could you add a feature/attribute that would stop a user from entering more than _n decimal places/ _n character's.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there any work being done on restricting the number of characters or digits being entered?
For example: restricting the user to input 0-99 and 2 decimal places.
At the minute you are able to add either the step or the pattern attribute to the input which will make the input invalid and give's the user a helpful tooltip. However, this doesn't restrict the user's input at all.
Could you add a feature/attribute that would stop a user from entering more than _n decimal places/ _n character's.
The text was updated successfully, but these errors were encountered: