-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
Number input with maxlength validation always fails #329
Comments
dg
added a commit
that referenced
this issue
May 4, 2024
dg
added a commit
that referenced
this issue
May 5, 2024
dg
added a commit
that referenced
this issue
May 5, 2024
@Gappa Can you please try it? |
dg
added a commit
that referenced
this issue
May 5, 2024
dg
added a commit
that referenced
this issue
May 5, 2024
dg
added a commit
that referenced
this issue
May 5, 2024
dg
added a commit
that referenced
this issue
May 5, 2024
dg
added a commit
that referenced
this issue
May 5, 2024
It's working now, thanks! 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: NetteForms.js 3.3.6
Bug Description
Number input with maxlength validation always fails - even if it is less or the same as the defined maximum.
Steps To Reproduce
Expected Behavior
Form is submitted without JS validation error.
Possible Solution
It works fine with NetteForms.js 3.3.5:
The text was updated successfully, but these errors were encountered: