Replies: 2 comments 1 reply
-
Please provide a codesandbox url to re-produce the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, have you found a solution for this issue? I am experiencing the same thing. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a form that is processed by Yup, with a resolver that I pass to useForm. However, I have one field validated additionally by the backend, which also returns an error text, I set it with setError.
While filling out the form, I noticed that when onTouch mode, when the focus goes away from the field, the server error disappears. My understanding is that this is because the validation of the resolver was successful and did not produce an error. Is there any way to fix this in my case?
Beta Was this translation helpful? Give feedback.
All reactions