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

onValidate is not working properly #137

Open
swetapatnaik opened this issue Nov 27, 2018 · 1 comment
Open

onValidate is not working properly #137

swetapatnaik opened this issue Nov 27, 2018 · 1 comment

Comments

@swetapatnaik
Copy link

When I enter all the required fields and click on validate then I get the following response which is correct.
{
"error": null,
"missing": [],
"valid": true
}
However when I remove one of the required fields and click on validate again, I still get the same response which is wrong. It should give me error and the valid should be false.
Can you check this and fix it.

@stevehu
Copy link
Contributor

stevehu commented Dec 12, 2018

@swetapatnaik I am not able to reproduce what you have described. I am wondering if you could point to the form name in the example that I can reproduce it. Also, it would be better to provide a little bit more details on the steps to reproduce it. Thanks a lot for your help.

@stevehu stevehu added question and removed bug labels Jan 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants