Answers for "bootstrap 5 modal not working with select2"

1

select2 in modal not work

//replace it with your script
<script>
    $('#mySelect2').select2({
        dropdownParent: $('#myModal')
    });
</script>
Posted by: Guest on December-15-2020

Code answers related to "bootstrap 5 modal not working with select2"

Code answers related to "Javascript"

Browse Popular Code Answers by Language