# 模态框

在 bootstrap modal 中,无法输入。参考 Select2 doesn't work when embedded in a bootstrap modal (opens new window)

$.fn.modal.Constructor.prototype.enforceFocus = function () {};

bootstrap-dialog (opens new window)

BootstrapDialog.show({
    onshown: function (dialogRef) {
        $("#"+dialogRef.getId()).removeAttr("tabindex");
    }
});