We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the dropdown is really long and the maxHeight property is not set, then although the isOverButton=true the overlay does go on top of the button.
maxHeight
isOverButton=true
I would expect that when isOverButton=true the overlay is always under the button even if the dropdown is longer than it could fit on screen.
The text was updated successfully, but these errors were encountered:
Can you show a minimal sample that re-produces this?
Sorry, something went wrong.
No branches or pull requests
When the dropdown is really long and the
maxHeight
property is not set, then although theisOverButton=true
the overlay does go on top of the button.I would expect that when
isOverButton=true
the overlay is always under the button even if the dropdown is longer than it could fit on screen.The text was updated successfully, but these errors were encountered: