SELECT2 en modal ne fonctionne pas

//replace it with your script
<script>
    $('#mySelect2').select2({
        dropdownParent: $('#myModal')
    });
</script>
Copy Paster