bootstrap-combobox
bootstrap-combobox copied to clipboard
when option is static combobox bootstrap work fine but option in dynamic its not working
trafficstars
when option is static combobox bootstrap work fine but option in dynamic its not working
i have the same issue. did you find any solution for that?
var idCombobox = 'cmbIdmunicipio'; //remove bootstrapt-combobox $("#"+idCombobox+"undefined").closest(".combobox-container").remove() //Remove validation $('#'+idCombobox).data('combobox','') //Create bootstrapt-combobox $('#'+idCombobox).combobox();