Replies: 1 comment
-
NO validator is not designed to support running and returning all validations, it returns on the first failed validation encountered; however this is one reason that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have this example:
clearly the Email field here is violating two tags
min
andemail
but I only get one tag at a time not both in the same time is there a way to fix this?this is the error i get
Key: 'User.Email' Error:Field validation for 'Email' failed on the 'min' tag
Beta Was this translation helpful? Give feedback.
All reactions