cannot focus on input of select2 in modal
This commit is contained in:
denz
2016-05-03 15:28:59 +09:00
parent 711c094632
commit eba0ff5d36
@@ -30,6 +30,9 @@
};
})(menu);
}
$($element).on("show.bs.modal", function(e) {
$(this).removeAttr("tabindex");
});
$($element).on("hidden.bs.modal", function(e) {
$scope.currentTab = $constant.menu.GENERAL;