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
Are you submitting a bug report or a feature request?
Bug report
What is the current behavior?
Asynchronously reinitialized fields (form prop initialValues changes) do not trigger validation. Meaning that untouched fields with populated values from initialValues fail on form validation.
What is the expected behavior?
Validation should happen on the form reinitialize, whenever prop initialValues changes
Are you submitting a bug report or a feature request?
Bug report
What is the current behavior?
Asynchronously reinitialized fields (form prop
initialValues
changes) do not trigger validation. Meaning that untouched fields with populated values frominitialValues
fail on form validation.What is the expected behavior?
Validation should happen on the form reinitialize, whenever prop
initialValues
changesSandbox Link
Codesandbox example
Versions:
The text was updated successfully, but these errors were encountered: