Replies: 2 comments 1 reply
-
yes, |
Beta Was this translation helpful? Give feedback.
1 reply
-
For me |
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.
-
Hello,
I'm trying to move from version 7.15.4 to 7.12.5 and I observe a strange behavior. Actually, it seems that using the term
ref
as a form's field prevents theisDirty
state value from being properly updated. When I change it for another term, it works fine.Sorry because I've not been able to reproduce this issue in a codesanbox instance. What I can say is that my form is quite complex. It looks something like:
Also I use Yup as form validator.
I realize it could be a little bit tricky to investigate basing on the above description. You can take a look on the repo I've been working on. Thanks 😉 .
Beta Was this translation helpful? Give feedback.
All reactions