bootstrap-combobox
bootstrap-combobox copied to clipboard
syncFromSource() as a way of externally setting the current value
trafficstars
Example use case:
$("#myselect").val(localStorage.getItem("savedvalue"));
$("#myselect").data("combobox").syncFromSource();