t4t5 / sweetalert

A beautiful replacement for JavaScript's "alert"
https://sweetalert.js.org
MIT License
22.4k stars 2.84k forks source link

tab disabled #791

Closed halfmoon2014 closed 6 years ago

halfmoon2014 commented 6 years ago

swal({ title: "test", text: "", closeOnConfirm:false, type: "info", }, function(){swal({ title: "test", text: "", type: "warning", showCancelButton: true, confirmButtonColor: "#DD6B55", confirmButtonText: "ok", cancelButtonText: "cancel" }, function (isConfirm) {

});});

when run these code ,the tab key disabled