Disabling the save button after click? #395
-
I have a few hooks configured that fire when a record is updated. These submit an API request to a third party, and obviously the response back is not instantaneous. Is there a way to disable the save button upon click to ensure no repeat saves are made? |
Beta Was this translation helpful? Give feedback.
Answered by
dantownsend
Jun 12, 2024
Replies: 1 comment 2 replies
-
It's a good point. We'll have to make a code change to the front end to disable the save button until a response gets back. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In
piccolo_admin==1.5.0
this should be fixed.