Skip to content

Instantly share code, notes, and snippets.

@trungpv93
Created October 19, 2016 07:39
Show Gist options
  • Save trungpv93/5c094d69b560823fba38e2a810c8d8a1 to your computer and use it in GitHub Desktop.
Save trungpv93/5c094d69b560823fba38e2a810c8d8a1 to your computer and use it in GitHub Desktop.
Fix issue Select2 in Modal Bootstrap
//Fix Select2 In Modal
$.fn.modal.Constructor.prototype.enforceFocus = function () {
//Initialize Select2 Elements
$(".select2").select2();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment