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
Here I expect to get both errors(incorrect email and about length), but I have got only first one(about email).
Is this a bug or I just don't understand how it's working?
The text was updated successfully, but these errors were encountered:
Indeed. That looks like an issue with the rules implementation. It should not check for the field validity internally and rely on the compiler + bail mode to skip invalid fields.
Hello. It looks like bail(false) doesn't work properly (or maybe I didn't get a point what it actually does).
For example, let's look at this code:
Here I expect to get both errors(incorrect email and about length), but I have got only first one(about email).
Is this a bug or I just don't understand how it's working?
The text was updated successfully, but these errors were encountered: