Replies: 1 comment 1 reply
-
How do you "return" the field to it's default value? Via the |
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
Uh oh!
There was an error while loading. Please reload this page.
-
It seems like
isDirty
is falsy if a form field with a default value is modified and then returned to its default value by user interaction. How can I detect this? I don't think I can usedisTouched
because that'll just become true on any blur event even if there wasn't modification.Beta Was this translation helpful? Give feedback.
All reactions