bootstrap-combobox
bootstrap-combobox copied to clipboard
How to Add a new option cvom combobox ?
trafficstars
How to Add a new option cvom combobox ?
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.
var idCombobox = 'cmbIdmunicipio';
//remove bootstrapt-combobox
$("#"+idCombobox+"undefined").closest(".combobox-container").remove()
//Remove validation
$('#'+idCombobox).data('combobox','')
//Create bootstrapt-combobox
$('#'+idCombobox).combobox();