“SELECT2 Buscar no funciona” Código de respuesta

seleccionar2 en modal no funciona

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

select2 buscar el cuadro de texto no funciona

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

ForceFocus Select2 Modal

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

SELECT2 Buscar no funciona

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

Respuestas similares a “SELECT2 Buscar no funciona”

Preguntas similares a “SELECT2 Buscar no funciona”

Más respuestas relacionadas con “SELECT2 Buscar no funciona” en JavaScript

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código