react-schema-form
react-schema-form copied to clipboard
onValidate is not working properly
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 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.