If you need to use a confirm modal on the same element as wire:click use the following before the wire:click.
onclick="return confirm('Are you sure you want to delete this document!!') || event.stopImmediatePropagation()"
If you need to use a confirm modal on the same element as wire:click use the following before the wire:click.
onclick="return confirm('Are you sure you want to delete this document!!') || event.stopImmediatePropagation()"
Comments