-
Is it possible to retrieve all dirty fields of a form with a single function? There is currently the ‘getDirty’ function, but it only returns an empty object. Currently I have to query each individual field and handle it accordingly.
|
Beta Was this translation helpful? Give feedback.
Answered by
rtivital
Oct 1, 2024
Replies: 2 comments 4 replies
-
You can get dirty status of fields with |
Beta Was this translation helpful? Give feedback.
1 reply
-
@rtivital do you have a solution? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to get status of each field individually