solid-select
solid-select copied to clipboard
Start from selected option position
Is support considered: When opening a list of options, the scroll position starts from the selected option?
When the list of options is too long, I have to do multiple scrolls each time. Because the option I want to change may be near the current option, and the "current option" is at the bottom.
There are several ways to achieve this, the simplest is probably the scrollIntoView
method.
Going to look at this in the coming weeks.