sweet-alert
sweet-alert copied to clipboard
allowOutsideClick doesn't work.
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
}