react-schema-form icon indicating copy to clipboard operation
react-schema-form copied to clipboard

onValidate is not working properly

Open swetapatnaik opened this issue 7 years ago • 1 comments

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.

swetapatnaik avatar Nov 27 '18 06:11 swetapatnaik

@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 avatar Dec 12 '18 02:12 stevehu