The Dropdown
component renders the options outside the visible area
#3841
Labels
Dropdown
component renders the options outside the visible area
#3841
Environment
EL Windows 10
Chrome 76.0.3809.100
My eyes 😁
Detailed description
"2.0.0-alpha.85"
is what I used on the actual project, but seems to happen oncarbon-components v 10.1.0
&&carbon-components-react v 7.0.0
When using
Dropdown
(and possiblyComboBox
since it seems to behave similarly) inside theModal
the selectable items should be visible.The items are rendered outside view, making it unusable. It also creates an additional scrollbar.
Steps to reproduce the issue
Dropdown
with a few elements so the list is longer than the size of theModal
Dropdown
https://codesandbox.io/embed/codesandbox-tt4rs
Additional information
The text was updated successfully, but these errors were encountered: