Enable Save button only when there are any changes made #3291
Unanswered
jacargentina
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Formik has a dirty flag, you can enable the save button based on that value. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to avoid sending a POST request when the user has not made any changes to an original documento with lots of fields; only enable that button when any field has changed. Which way would be THE way ?
Beta Was this translation helpful? Give feedback.
All reactions