bootstrap-combobox icon indicating copy to clipboard operation
bootstrap-combobox copied to clipboard

when option is static combobox bootstrap work fine but option in dynamic its not working

Open sumant09 opened this issue 9 years ago • 1 comments
trafficstars

when option is static combobox bootstrap work fine but option in dynamic its not working

sumant09 avatar Aug 22 '16 11:08 sumant09

i have the same issue. did you find any solution for that?

kiric18 avatar Feb 28 '17 15:02 kiric18

var idCombobox = 'cmbIdmunicipio'; //remove bootstrapt-combobox $("#"+idCombobox+"undefined").closest(".combobox-container").remove() //Remove validation $('#'+idCombobox).data('combobox','') //Create bootstrapt-combobox $('#'+idCombobox).combobox();

josoma03 avatar Sep 28 '17 17:09 josoma03