uxweb / sweet-alert

A simple PHP package to show SweetAlerts with the Laravel Framework
MIT License
834 stars 208 forks source link

Form submits twice when using with Vue modal. #131

Open airliajsmith opened 3 years ago

airliajsmith commented 3 years ago

I am using Sweetalert with a Vue modal. When I click Submit on the modal form, the alert pops up. That works fine.

However, if I accidentally click where the modal submit button was (you cannot see it because the Sweetalert window is open), it will submit the modal form twice. It only occurs if I click too soon. Not sure if it's because the Sweetalert window hasn't fully loaded? I'm a bit click-happy.

Any ideas on how to prevent this issue? I tried to add this to my modal: @submit.once, but then I can't click "ok" on the Sweetalert window.