Replies: 3 comments
-
The original idea was it's programmatically updated input value instead of the user and potentially performance less computation within the library by default, but we can consider changing that in the next major version. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok. So i'll open a feature request soon! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Done: #11068 |
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
We are asking ourselves, why the
shouldDirty
option on thesetValue
function is set tofalse
by default. We are pretty sure we want to keep our dirty states in sync all the time, so we basically always would have to set theshouldDirty
option totrue
.What is the idea behind setting it to
false
by default? We feel like it's pretty dangerous (error prone) to have out of sync dirty states,dirtyFields
etc.Thanks for clarification!
Beta Was this translation helpful? Give feedback.
All reactions