Replies: 1 comment
-
Yeah, I was kind of thinking we'd probably eventually want to add this to the form helper. Feel free to PR. 👍 |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@reinink would you be open to having an
isDirty
/isEdited
/… variable exported from theuseForm
hook, that istrue
when a value has changed since a successful submit?This is useful for adding "navigate away listeners":
If you like the idea, I could submit a PR that adds this.
Beta Was this translation helpful? Give feedback.
All reactions