sweet-alert icon indicating copy to clipboard operation
sweet-alert copied to clipboard

allowOutsideClick doesn't work.

Open airliajsmith opened this issue 4 years ago • 0 comments

Is this being monitored anymore? I hope so. It's a great option.

I have this in a vue component and the alert works, but the allowOutsideClick: false does not.

     swal(
                            {
                                title: 'Attention!',
                                text: 'That contact is already assigned to this customer!',
                                type: 'warning',
                                allowOutsideClick: false
                            }

airliajsmith avatar Jan 19 '21 20:01 airliajsmith