Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

select2 in modal not work

//replace it with your script
<script>
    $('#mySelect2').select2({
        dropdownParent: $('#myModal')
    });
</script>
Source by select2.org #
 
PREVIOUS NEXT
Tagged: #modal #work
ADD COMMENT
Topic
Name
7+6 =