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
I noticed that when passing custom errorMessages to inputs, the form's validate() method will still return true
That doesn't seem right
The current workaround is to instead pass the error string in the rules prop and then the validation will indeed fail but maybe it would be a good idea to change that
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I noticed that when passing custom
errorMessages
to inputs, the form'svalidate()
method will still returntrue
That doesn't seem right
The current workaround is to instead pass the error string in the rules prop and then the validation will indeed fail but maybe it would be a good idea to change that
Beta Was this translation helpful? Give feedback.
All reactions