Answers for "select2 bootstrap modal"

0

select2 bootstrap modal issue

$('.select2').select2({
 dropdownParent: $('#modal .modal-body')
 });
Posted by: Guest on October-09-2021
0

enforcefocus select2 modal

// Do this before you initialize any of your modals
$.fn.modal.Constructor.prototype.enforceFocus = function() {};
Posted by: Guest on October-19-2020

Browse Popular Code Answers by Language