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

Should the bootstrap combbox work with the dynamically changed select option values?

Open yanczhang opened this issue 11 years ago • 3 comments
trafficstars

dynamicallychangecomboboxnotwork

yanczhang avatar Nov 09 '14 16:11 yanczhang

User jQuery('tonELEMENT').combobox('refresh');

w3blogfr avatar Jan 30 '15 15:01 w3blogfr

Or may be this:

jQuery('#fieldCodeDefaut').combobox('clearElement')

w3blogfr avatar Jan 30 '15 16:01 w3blogfr

There were two choices above. This worked for me: $('#mycombo').combobox('refresh')

john5000 avatar Sep 10 '15 04:09 john5000