Hi everyone,
Bringing some attention to this issue I have just opened on github, in case someone here in the Streamlit forum has encountered it (and maybe knows a workaround ):
opened 08:11PM - 01 May 22 UTC
enhancement
needs triage
### Problem
When navigating the options of a `st.selectbox` widget using the … arrow keys (↑↓), the dropdown does not scroll up/down along with the option in focus.
This is only noticeable when there are 9 or more options to select from.
### Solution
**Preferred solution:** Dropdown scrolls up/down along with option in focus, when navigating with arrow keys (↑↓)
### Additional context
From the user's perspective, if you don't see what option is in focus, you don't know when to stop scrolling (in this scenario, hitting up/down arrow keys).