-
Notifications
You must be signed in to change notification settings - Fork 7
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
While in full screen dropdown inputs don't work #7
Comments
it could be that it is not a real dropdown element, but a fake one, in the form of a floating div near the dropdown button. make sure that said div is generated inside the "full screen" component, sometimes they tend to be made in the Check chrome dev tools to be sure. If what is mentioned above accurate, check if there is a way to tell the dropdown component to generate the dropdown somewhere within a specific id or classname and give it the classname/id of the parent of the dropdown button for example. check maybe the component already has an option for that as a prop. |
Hi, could you solve this, I have the same problem with the autocomplete component of Mataerial-ui. I have not been able to solve it. Thank you, |
Hey all! I had the same issue with this package and MUI. It's solvable by performing the following:
theme-helpers.ts (where called functions are defined)
These two functions could be combined but in my use case they are sometimes needed separately. The solution to your problem is at the very end of the second code block, the Some use-case specific code has been removed for simplicity sake, so let me know if you have any questions regarding decisions made and if this helped resolve the problem at hand. |
This is what happens when I select the dropdown dialog with label Area Filter. Inputs do not work at all for some reason while full screen is open.
The text was updated successfully, but these errors were encountered: