Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validation error for custom validation is not working #487

Open
vikasrohit opened this issue Nov 15, 2017 · 2 comments
Open

Validation error for custom validation is not working #487

vikasrohit opened this issue Nov 15, 2017 · 2 comments

Comments

@vikasrohit
Copy link

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?

@rkuykendall
Copy link

Hey @vikasrohit! This project is now managed at formsy/formsy-react.

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.

@vikasrohit
Copy link
Author

Thanks @rkuykendall for pointer. I would file it at appropriate location.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants