christianalfoni / formsy-react

A form input builder and validator for React JS
MIT License
2.6k stars 438 forks source link

After submit validation, client side validation disabled #494

Open XXChester opened 6 years ago

XXChester commented 6 years ago

Hi,

I am struggling to figure this out and thought I'd ask. We have client side validation via the built in methods which work great. We also have server side validation which we map the field level errors back to the formsy fields. Now the problem is, at this point client side validation no longer works, the server's error remains on the field and the only way to remove it is to submit the form again after correcting the issue.

What am I missing here? I'd expect that as I start typing, client side validation would start triggering again, am I completely wrong here?

Thanks