select2 not working livewire code example
Example 1: select2 in modal not work
//replace it with your script
<script>
$('#mySelect2').select2({
dropdownParent: $('#myModal')
});
</script>
Example 2: select2 search textbox not working
Remove tabindex = "-1" from the bootstrap modal