You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to the issue I opened before, if I set the confirmation-event that is triggered when the Yes is clicked, but I need to trigger something on click, I can't, the click is ignored.
I have other plugin that shows a spinner on the button/link when it's clicked, and I can't trigger it because the click is not fired.
And because of #173 when click is configured, it's triggered right away without waiting for the "Yes" confirmation.
So my use case would be:
allow listening on click, to do something that is not related with the navigation like displaying a spinner, one possibility is to be able to listen on the confirmation 'show' event and I think this is not possible right now.
the event triggered when clicking "yes" in the confirm should do the navigation or whatever logic was associated with the button/link when it doesn't have the confirm configured.
The text was updated successfully, but these errors were encountered:
On one issue you say the "click" event is triggered before you click "Yes", and here you say it does not... So I don't really understand what you want.
Related to the issue I opened before, if I set the confirmation-event that is triggered when the Yes is clicked, but I need to trigger something on click, I can't, the click is ignored.
I have other plugin that shows a spinner on the button/link when it's clicked, and I can't trigger it because the click is not fired.
And because of #173 when click is configured, it's triggered right away without waiting for the "Yes" confirmation.
So my use case would be:
The text was updated successfully, but these errors were encountered: