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.
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