Search
 
SCRIPT & CODE EXAMPLE
 

HTML

select2 bootstrap modal issue

 $('.select2').select2({
 dropdownParent: $('#modal .modal-body')
 });
Comment

select2 in modal

<div id="myModal" class="modal fade" tabindex="-1" role="dialog" aria-hidden="true">
    ...
    <select id="mySelect2">
        ...
    </select>
    ...
</div>

...

<script>
    $('#mySelect2').select2({
        dropdownParent: $('#myModal')
    });
</script>
Comment

PREVIOUS NEXT
Code Example
Html :: how to embed an image in html 
Html :: html schrift dicke 
Html :: html5 video player 
Html :: bs bg color 
Html :: ol list 
Html :: html print today date 
Html :: change color on the same string html 
Html :: html5 astrix for absolutely required field inside a td tag 
Html :: show location on google map using latitude and longitude web html 
Html :: open link in a new tab 
Html :: bootstrap 5 modal 
Html :: how to create a search bar like google in html 
Html :: How can I include python script in a HTML file? 
Html :: jQuery script tag to include into HTML 
Html :: reactive forms radio button 
Html :: how to change tab icon in html 
Html :: bootstrap 4 tooltip 
Html :: basic html code 
Html :: at sign html 
Html :: html input date validation 
Html :: remove space table html 
Html :: input number limit digits 
Html :: how to link submit button to another page in html 
Html :: access to image at from origin 
Html :: mysql date time to display html input datetime-local value 
Html :: chrome responsive mode not working 
Html :: html how to insert image 
Html :: translate html text in magento 2 
Html :: how to make new line in html paragraph 
Html :: html color crimson hex 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =