bootstrap-combobox
bootstrap-combobox copied to clipboard
Should the bootstrap combbox work with the dynamically changed select option values?
trafficstars

User jQuery('tonELEMENT').combobox('refresh');
Or may be this:
jQuery('#fieldCodeDefaut').combobox('clearElement')
There were two choices above. This worked for me: $('#mycombo').combobox('refresh')