wagtail / wagtail-generic-chooser

A toolkit for custom chooser popups in Wagtail
BSD 3-Clause "New" or "Revised" License
116 stars 25 forks source link

Disable the "create" button after it is clicked to prevent duplication #60

Closed haydngreatnews closed 1 year ago

haydngreatnews commented 2 years ago

When the create form is used, it's possible to create several duplicate instances of a model (or, generically, make several calls to the create endpoint) while the modal is waiting for a response. Disabling this button in the event handler prevents the button from being repeatedly clicked.

Similar issue to #25 , but on the create side

gasman commented 1 year ago

Thanks @haydngreatnews! Merged in 5093e3c18c443e362e88edee852d0002b631fae0.