“SELECT2 Limpar selecionado” Respostas de código

SELECT2 OPÇÕES CLARA

Remove the selected options : 
-----------------------------
$('#mySelect2').val(null).trigger('change');

============================================

Completly remove the select2 initialization :
--------------------------------------------
$('#payment_method').html('').select2({data: [{id: '', text: ''}]});
Lokesh003

SELECT2 Limpar selecionado

$("#mySelect2").select2({
    placeholder: "Select a State",
    allowClear: true
});
hirohito

SELECT2 CLEAR CAMPOS

$('#mySelect2').val(null).trigger('change');
iF n OnLy iF

Respostas semelhantes a “SELECT2 Limpar selecionado”

Perguntas semelhantes a “SELECT2 Limpar selecionado”

Mais respostas relacionadas para “SELECT2 Limpar selecionado” em JavaScript

Procure respostas de código populares por idioma

Procurar outros idiomas de código