Open ikeblaster opened 5 years ago
Introduced in e39ce7587c116e93f974f95dafbe94bea19c9b21
Bug example:
SweetAlert.swal({ title: "should have cancel button and has" showCancelButton: true }, callback); SweetAlert.swal({ title: "shouldn't have cancel button but has" }, callback);
Introduced in e39ce7587c116e93f974f95dafbe94bea19c9b21
Bug example: