@mantine/form - add function to get all dirty form values #6929
cschreier
started this conversation in
Feature requests
Replies: 1 comment
-
Okay, I'll see what can be done. |
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
-
It would be nice if there was a function that returnes all dirty form values with field name and value.
The function
form.getDirty()
seems to do this, but always returns an empty object.see also discussion #6889
Beta Was this translation helpful? Give feedback.
All reactions