We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
min/max on the number field not respected with freeform input (but they are when using the keyboard)
number
max
10
50
The input accepted the value
The input to stop accepting the value above (rejecting the 0 after 5 is entered).
0
5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
min/max on the
number
field not respected with freeform input (but they are when using the keyboard)Steps to reproduce
number
fieldmax
of10
50
with keyboardWhat happened
The input accepted the value
What I expected to happen
The input to stop accepting the value above (rejecting the
0
after5
is entered).The text was updated successfully, but these errors were encountered: