-
I have a form with password and confirm password fields, The passwords are optional.
If, however, you first delete the password and then the confirm password then the error message correctly disappears. |
Beta Was this translation helpful? Give feedback.
Answered by
Moshyfawn
Jan 3, 2024
Replies: 1 comment
-
Validation is localized to the edited field. Use the Here's a working codesandbox. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jira-zz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Validation is localized to the edited field. Use the
deps
prop to run checks for all dependent fields when one is updated.Here's a working codesandbox.