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

How to Add a new option cvom combobox ?

Open ghost opened this issue 8 years ago • 1 comments
trafficstars

How to Add a new option cvom combobox ?

ghost avatar Jul 24 '17 20:07 ghost

Are you asking if this plugin will allow users to enter their own values if the item is not in the list? This would be very useful to me as well.

shaunroot avatar Aug 16 '17 14:08 shaunroot

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