DropDown not working in 10.11.2
See original GitHub issueDropDown not working in 10.11.2
What package(s) are you using?
-
carbon-components
- 10.11.2 -
carbon-components-angular
- 4.1.5
Detailed description
Describe in detail the issue you’re having.
Updating carbon-components
from 10.10.3
to 10.11.2
breaks the dropdown. Nothing renders in the dropdown list anymore. With both these version the version of carbon-components-angular
was pinned to 4.1.5
.
Is this issue related to a specific component?
DropDown
What did you expect to happen? What happened instead? What would you like to see changed?
I expect my dropdown list to be populated as it was with 10.10.3.
What browser are you working in?
Chrome
What version of the Carbon Design System are you using?
Had to revert back and pin the project to 10.10.3
What offering/product do you work on? Any pressing ship or release dates we should be aware of?
Steps to reproduce the issue
Only different with this code is change in carbon-components
version which breaks this dropdown. It renders but clicking it presents an empty list.
<ibm-dropdown inline="true" [placeholder]="businessUnitDropdownLabel" (selected)="filterByBU($event)">
<ibm-dropdown-list [items]="businessUnits"></ibm-dropdown-list>
</ibm-dropdown>
Additional information
- Screenshots or code
- Notes
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top GitHub Comments
This should work in the latest version of
carbon-components-angular
👍Sorry team, I’ve been heads down on a project as we approach a deadline for this Friday. Thanks @cal-smith for helping to track down the issue. Hope it’ll be fixed soon 😄
I can definitely do a code sandbox in the future (assume it’s no longer needed for this issue). It just takes time and I wanted to report the issue so investigation can start.