Replies: 1 comment 3 replies
-
https://react-hook-form.com/api/useform please use the following debug code to check why it's the case, hook form derive error from schema validation result. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version Number
7.33.1
Codesandbox/Expo snack
https://codesandbox.io/s/hopeful-chatterjee-571glh
Steps to reproduce
( validation result appears in console, but input is not marked accordingly )
( validation result now marks input even though it has become obsolete )
Expected behaviour
Validation results should be displayed immediatly upon detection. On the other hand, validation results which are not true any longer should not be rendered.
What browsers are you seeing the problem on?
Firefox, Chrome, Edge
Relevant log output
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions