Sharlaan / material-ui-superselectfield

multiselection autocomplete dropdown component for Material-UI
https://sharlaan.github.io/material-ui-superselectfield
MIT License
266 stars 92 forks source link

Automatically scroll to selected element? #163

Open cristianocca opened 6 years ago

cristianocca commented 6 years ago

Is it possible to replicate the material-ui select field when an element is already selected to automatically scroll to it on open? Any hint on how to do it on the open event maybe?

Reason for this, looks like you can "deselect" an option by clicking on it again (single select mode), and that seems the only way to do it, but on a large list good luck trying to find your original item without searching again.