You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hava a form with validationErrors validations props. However, the error message will display when form is mounted, before users' input.
How can i run validation only on users input, not on initialization.
I notice that validations will be run in two place on initialization:
I hava a form with
validationErrors validations
props. However, the error message will display when form is mounted, before users' input.How can i run validation only on users input, not on initialization.
I notice that validations will be run in two place on initialization:
https://github.com/formsy/formsy-react/blob/master/src/index.js#L210
https://github.com/formsy/formsy-react/blob/master/src/index.js#L35
Could there be a config to solve this problem?
The text was updated successfully, but these errors were encountered: