piccolo-orm / piccolo_admin

A powerful web admin for your database.
https://piccolo-orm.com/ecosystem/
MIT License
316 stars 37 forks source link

Disabling the save button after click? #396

Closed dantownsend closed 3 months ago

dantownsend commented 3 months ago

Discussed in https://github.com/piccolo-orm/piccolo_admin/discussions/395

Originally posted by **mlauchli** June 11, 2024 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?