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
Describe the feature in detail (code, mocks, or screenshots encouraged)
Currently, when using a Select element with many items, the list always displays starting from the first element, requiring users to scroll to see the selected item. It would be beneficial if the list scrolled automatically to bring the selected item into view when the dropdown is opened. This would make it easier to see the current selection and avoid unnecessary scrolling. Additionally, in an ordered list, users are likely to be interested in items near the selected one.
Use Case: Consider a form with three Select elements for entering a birthdate (day, month, year). If the "year" dropdown is set to 1980, but the list starts with 2024, users have to scroll a significant distance to adjust the year from 1980 to 1981. It would be useful to have the list automatically scroll to the currently selected item. Furthermore, if no item is selected, it would be helpful to set a default scroll position based on a commonly used range (e.g., around the year 1980).
I couldn't find an existing feature that addresses this, but I might have missed it. Thank you for considering this improvement!
What type of pull request would this be?
Enhancement
Provide relevant links or additional information.
No response
The text was updated successfully, but these errors were encountered:
Describe the feature in detail (code, mocks, or screenshots encouraged)
Currently, when using a Select element with many items, the list always displays starting from the first element, requiring users to scroll to see the selected item. It would be beneficial if the list scrolled automatically to bring the selected item into view when the dropdown is opened. This would make it easier to see the current selection and avoid unnecessary scrolling. Additionally, in an ordered list, users are likely to be interested in items near the selected one.
Use Case: Consider a form with three Select elements for entering a birthdate (day, month, year). If the "year" dropdown is set to 1980, but the list starts with 2024, users have to scroll a significant distance to adjust the year from 1980 to 1981. It would be useful to have the list automatically scroll to the currently selected item. Furthermore, if no item is selected, it would be helpful to set a default scroll position based on a commonly used range (e.g., around the year 1980).
I couldn't find an existing feature that addresses this, but I might have missed it. Thank you for considering this improvement!
What type of pull request would this be?
Enhancement
Provide relevant links or additional information.
No response
The text was updated successfully, but these errors were encountered: