Godofbrowser / vuejs-dialog

A lightweight, promise based alert, prompt and confirm dialog
MIT License
351 stars 111 forks source link

Prompt gets stuck after first submit #77

Open traed opened 3 years ago

traed commented 3 years ago

When using the loader option I get a loading method on the dialog object that's being returned after having submitted the prompt. If I call dialog.loading(false) without closing the dialog when a user submits the prompt, and then try to submit again, the prompt starts loading but never submits.