[Joy][Select] Select dropdown should not extend beyond the visible page #35706
Labels
bug 🐛
Something doesn't work
component: select
This is the name of the generic UI component, not the React module!
duplicate
This issue or pull request already exists
package: joy-ui
Specific to @mui/joy
Duplicates
Latest version
Steps to reproduce 🕹
Link to live example: https://codesandbox.io/s/mystifying-saha-ypkmu1
Steps:
Current behavior 😯
The select dropdown will extend beyond the visible part of the page and require the user to scroll the entire page instead of only the contents of the dropdown.
Expected behavior 🤔
The dropdown cannot become larger than the space between the Select control and the border of the viewport, and becomes scrollable itself without affecting any other content on the page.
Context 🔦
This should have the same behavior as the native select control and the Material UI implementation.
Your environment 🌎
n/a
The text was updated successfully, but these errors were encountered: