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 have a custom validation for my formsy implementation and I am using HOC to convert my custom components to be formsy components. Now the problem is that when I try to specify the validation error for the custom validation via validationErrors property, getErrorMessage() call does not return the validation message. It works if I add validationError though.
Is it something which is wrong with my configuration/code or a known bug?
The text was updated successfully, but these errors were encountered:
Could you re-create your issue there, and include some relevant snippets of your code? As far as I'm aware, this is not a known bug. You should be getting the correct error message with validationErrors.
I have a custom validation for my formsy implementation and I am using HOC to convert my custom components to be formsy components. Now the problem is that when I try to specify the validation error for the custom validation via
validationErrors
property,getErrorMessage()
call does not return the validation message. It works if I addvalidationError
though.Is it something which is wrong with my configuration/code or a known bug?
The text was updated successfully, but these errors were encountered: