select2-bootstrap-modal-patch.js 152 B

123456
  1. /*
  2. https://select2.org/troubleshooting/common-problems
  3. */
  4. if ($.fn.modal) {
  5. $.fn.modal.Constructor.prototype._enforceFocus = function () { };
  6. }