-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Dropdown Hiding inside the table #4880
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
Comments
Hello @Fir-3, this is not directly a problem with You can easily resolve this issue using the <Select menuPortalTarget={document.body} /> Please respond if this has solved your problem. |
Hi @Rall3n, Thank you for the solution, it works well. I posted this in the Please close the issue as well since it is now resolved |
Is there a way to resolve this without affecting accessibility? (if it does affect it) |
I've been stuck on this problem for so long. Thanks, @Rall3n, it worked perfectly! |
Uh oh!
There was an error while loading. Please reload this page.
I have a react-select component in my table it works fine when there are lots of data but when I search for a row/value inside the table or If I have 2 or 3 rows in my table, my dropdown hides inside the table attaching the screenshot below
so can you help me with this, please?
code sandbox --> https://codesandbox.io/s/tender-sound-95sgv?file=/src/App.js
The text was updated successfully, but these errors were encountered: