-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Select] Menu hides input field #34338
Comments
@emlai Adding a |
👋 Thanks for using MUI Core! We use GitHub issues exclusively as a bug and feature requests tracker, however, For support, please check out https://mui.com/getting-started/support/. Thanks! If you have a question on Stack Overflow, you are welcome to link to it here, it might help others. |
@ZeeshanTamboli Thanks, that worked! On a related note, |
I am not sure. It could be a breaking change. Feel free to create a new issue if you think so. The other team members will reply on it. |
it's a quick fix, not the right solution. In v4 this didn't happen |
Duplicates
Latest version
Steps to reproduce 🕹
https://codesandbox.io/s/tender-bas-9pzkhx?file=/demo.js
Current behavior 😯
A long dropdown menu is positioned on top of the select input field:
Expected behavior 🤔
A long dropdown menu can be positioned below the input field, to avoid hiding it:
Context 🔦
Tried using
anchorOrigin
andtransformOrigin
(see codesandbox repro) as per #12208, but they didn't affect anything.Your environment 🌎
No response
The text was updated successfully, but these errors were encountered: