danielfarrell / bootstrap-combobox

A combobox plugin that works with twitter bootstrap
849 stars 328 forks source link

How to Add a new option cvom combobox ? #249

Open ghost opened 7 years ago

ghost commented 7 years ago

How to Add a new option cvom combobox ?

shaunroot commented 6 years ago

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.

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