Replies: 1 comment
-
Have you tried setFieldMeta? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, we have an edge case where we need to clear the errors of a set of fields in the change callback of another field.
Something like this:
Is there a way to do this correctly? The example above doesn't work, and if I understand the feature released here (#786), using setErrorMap allows us to only set/clear form-level error and the current field-level error.
Beta Was this translation helpful? Give feedback.
All reactions