Replies: 1 comment 3 replies
-
I don't think I'm following; your reproduction steps describe revalidation behaviour on value change, whereas your codesandbox contains a form that revalidates on submission instead. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Version Number
^7.22.5
Codesandbox/Expo snack
https://codesandbox.io/p/devbox/hookform-issue-shygwv
Steps to reproduce
Expected behaviour
The
isInvalid
state should update after typing. I triedrevalidateMode
, didn't work.I saw error object that it has a
type: "validate"
but no message. I think that problem is because ofvalidate
functionWhat browsers are you seeing the problem on?
No response
Relevant log output
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions