-
Notifications
You must be signed in to change notification settings - Fork 7
Need fix validate function #54
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
Labels
bug
Something isn't working
Comments
ExNDY
added a commit
that referenced
this issue
Apr 11, 2025
ExNDY
added a commit
that referenced
this issue
Apr 14, 2025
ExNDY
added a commit
that referenced
this issue
Apr 15, 2025
ExNDY
added a commit
that referenced
this issue
Apr 15, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The field validation mechanism needs to be fixed. Currently, it stops at the first field with an error, which prevents the rest from being validated. As a result, the user only sees one error at a time and has to press the validation button repeatedly after each fix. The behavior should be changed so that all fields are validated at once, allowing the user to see the full list of errors immediately.
The text was updated successfully, but these errors were encountered: