-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
menuPlacement="auto" does not respect maxMenuHeight property #3278
Comments
I found this pull request that probably solves the issue. |
@luiz290788 That got merged, but installing the module with either |
This still appears to be an issue for me on |
Yes, for me too. Looks like the latest release on npm was https://www.npmjs.com/package/react-select 19 days ago at the moment, but the PR #3205 was merged 13 days ago, so the changes are not in on npm. Would be great if they would make a new release with the fix. 🤔 |
In the meantime you can give a |
@dep a new version has been published: |
I'm still seeing this issue with 2.3.0 when using a menu portal |
I am also still seeing the issue. |
Strange. It works for me and I use both menu portal and menu placement auto. Eg.
@dep if you still have the |
the code sandbox worked for me! |
Hi all, Thank you everyone who had a part in addressing this question! However, if you feel this issue is still relevant and you'd like us to review it, or have any suggestions regarding this going forward - please leave a comment and we'll do our best to get back to you! |
This is still an issue. |
Thank you @amitava82 |
When
menuPlacement="auto"
is set and the menu is flipped (moved to the top of the select) the maxMenuHeight property is not respected and the menu is huge.Here is a sandbox with the issue
https://codesandbox.io/s/o7mrlm6z15
The text was updated successfully, but these errors were encountered: