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
Hello.
I have a problem with 'live' validate parents fields.
If i change value of nested field - hasErrors prop for nested field
will be updated immediately. But, his parent's hasErrors will be updated only after press submit.
How i can update parents fields after change their nested fields?
For some reason, the validation is not executed on change also if we use the validateOnChange option. But you can observe the field values and manually validate the field:
Hello.
I have a problem with 'live' validate parents fields.
If i change value of nested field -
hasErrors
prop for nested fieldwill be updated immediately. But, his parent's
hasErrors
will be updated only after press submit.How i can update parents fields after change their nested fields?
Sandbox
The text was updated successfully, but these errors were encountered: