Replies: 1 comment 3 replies
-
you can use |
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.
-
Is there any reason why one ought not to set
isDirty
by hand? Is this a derived value that react-hook-form calculates on its own, such that it would be dangerous to set it manually, I.e.formState.isDirty = true
?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions