davidstutz / bootstrap-multiselect

JQuery multiselect plugin based on Twitter Bootstrap.
https://davidstutz.github.io/bootstrap-multiselect/
Other
3.67k stars 1.98k forks source link

scroll to selected #909

Open jvcunha opened 7 years ago

jvcunha commented 7 years ago

In select single when selecting an item via jquery does not position scroll when opening the dropdown? When opened, it always brings the first one selected along with the correct one. I need to select only the correct one and scroll to it when opening the dropdown my code: $('[id$=mySelect]').multiselect('deselect', 1); $('[id$=mySelect]').multiselect('select', 20);

davidstutz commented 6 years ago

I leave this open for somebody to try but will not try it myself.