You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: