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
In a remote validation, is there a way to display the error code sent in errors.rejectedValue in the client?
If I have a custom constraint, and I don't return a boolean value but return errors.rejectValue('field','errorCode'), the plugin won't validate that field.
The text was updated successfully, but these errors were encountered:
In a remote validation, is there a way to display the error code sent in errors.rejectedValue in the client?
If I have a custom constraint, and I don't return a boolean value but return errors.rejectValue('field','errorCode'), the plugin won't validate that field.
The text was updated successfully, but these errors were encountered: