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
Enhancement to this fix: #396 Codepen: https://codepen.io/dhrumil83/pen/poJBbEW
Can end up with 2 scrollbars when parent element to the dropdown has a height specified.
Behavior should be like the regular select, where the scrolling is independent of the parent element.
Potential fix can be to open the dropdown contents in a popover/popper? Short term fix can be to let the client specify the max allowed height.
The text was updated successfully, but these errors were encountered:
I submitted a PR to allow users to specify the max items to show before we show the scroller.
Sorry, something went wrong.
feat(dropdown): specify max items to display before scrolling is enab…
623f8e7
…led (#435) #431
jcfranco
No branches or pull requests
Enhancement to this fix: #396
Codepen: https://codepen.io/dhrumil83/pen/poJBbEW
Can end up with 2 scrollbars when parent element to the dropdown has a height specified.
Behavior should be like the regular select, where the scrolling is independent of the parent element.
Potential fix can be to open the dropdown contents in a popover/popper?
Short term fix can be to let the client specify the max allowed height.
The text was updated successfully, but these errors were encountered: