Skip to content
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

DropdownList not going outside of bounding containers #871

Closed
pratham4 opened this issue Oct 26, 2018 · 4 comments
Closed

DropdownList not going outside of bounding containers #871

pratham4 opened this issue Oct 26, 2018 · 4 comments

Comments

@pratham4
Copy link

It seems that dropdownList seem to render only within the parent container that the select is in, instead of being on top of the entire page.
On a parent div we have style={{overflow: "auto"}} as we need scrollbars on the smaller screen sizes. In this scenario the dropdownList gets cut off when we open it. It remains inside the div.

Is there any solution for this problem? I tried googling a lot but could not find a solution. I found a solution for react-select but not one which works for react-widget/dropdownList

@jquense
Copy link
Owner

jquense commented Oct 26, 2018

There are a couple previous issues on this but yeah, that's a known limitation. absolutely positioning the overlay as a lot of positives in reduced complexity, focus mgmt, and many other edge cases. We may revisit this in v5, because modern React portals solves a few of these issues but it's still a trade off to include a lot of extra positioning logic via Popper.js of similar so it's not set

@navotaras
Copy link

Greatly appreciate it. Kindly let us know if there is a tentative time line for the fix. we ask because we are facing some challenges in integrating react-widgets with bulma.css. This would be of immense value to us and help us with our go live.

@jquense
Copy link
Owner

jquense commented Oct 26, 2018

there is no tentative timeline, I don't consider the current behavior a bug, and it's unclear if we would "fix" it. Beyond that I have no timeline for doing a full v5 release since most of the work on it is in my spare time!

@ghost
Copy link

ghost commented Oct 30, 2018

+1
This is a very important issue and is very similar to the following
JedWatson/react-select#810

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants