“Select2 Pesquisa não está funcionando” Respostas de código

select2 em modal não funciona

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

Select2 Pesquise TextBox não está funcionando

Remove tabindex = "-1" from the bootstrap modal
Fair Fish

Exorcefocus select2 modal

// Do this before you initialize any of your modals
$.fn.modal.Constructor.prototype.enforceFocus = function() {};
Joyous Jaguar

Select2 Pesquisa não está funcionando

<script>
    $('#mySelect2').select2({
        dropdownParent: $('#myModal')
    });
</script>
Remove tabindex = "-1" from the bootstrap modal
Bad Bee

Respostas semelhantes a “Select2 Pesquisa não está funcionando”

Perguntas semelhantes a “Select2 Pesquisa não está funcionando”

Mais respostas relacionadas para “Select2 Pesquisa não está funcionando” em JavaScript

Procure respostas de código populares por idioma

Procurar outros idiomas de código