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

syncFromSource() as a way of externally setting the current value

Open s-h-a-d-o-w opened this issue 9 years ago • 0 comments
trafficstars

Example use case:

$("#myselect").val(localStorage.getItem("savedvalue"));
$("#myselect").data("combobox").syncFromSource();

s-h-a-d-o-w avatar Sep 29 '16 10:09 s-h-a-d-o-w