-
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
[V2] Menu portal solution #2439
Conversation
- new prop `menuShouldPortal` - new component MenuPortal
…tal to extrapolate styles to be exposed to getStyles and external styles prop
Hello everyone :) Any idea when this feature makes it to any of the alpha releases? I suppose 2.0.0-alpha.7 is still missing it |
@Rommero hoping to get |
Is there any way to add responsiveness to this feature? Maybe position top/bottom according to scroll position so the options don't go out of the page. |
Is there a known way of rendering the menu within a portal in v1? |
This issue is appearing again in v 2.1.1 |
@JedWatson @jossmac, as @pratham4 mentioned- it doesn't seem to be in a portal anymore (version: Any ideas why this might of reverted? |
menuPortalTarget
MenuPortal
Ref #2398
overflow: hidden;
example can be found at react-select/tests