Approach on checking if one or more fields are dirty #11107
Unanswered
undesicimo
asked this question in
Q&A
Replies: 1 comment
-
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.
-
As I checked
isDirty
state only returnstrue
when all fields is changed from their initial values.I fetch data and set them as default values on my form to have them edited. In this case a partial change on the values is a plausible.
Is the following code the best way to approach checking partial updates on my form?
Beta Was this translation helpful? Give feedback.
All reactions