-
Notifications
You must be signed in to change notification settings - Fork 398
fix(DropdownV2): match experimental spec #2093
fix(DropdownV2): match experimental spec #2093
Conversation
Deploy preview for carbon-components-react ready! Built with commit f5e719d https://deploy-preview-2093--carbon-components-react.netlify.com |
carbon-design-system/carbon#2203 only addressed the overflow issue for the trigger button label 🤦♂️
|
2a6bb36
to
daca338
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
daca338
to
661c4cf
Compare
tests are failing because of improperly formatted issue templates https://github.com/IBM/carbon-components-react/issues/2098 blocked until #2099 is merged in |
4e44770
to
50b733c
Compare
); | ||
return title || helper ? ( | ||
<> | ||
<div className={wrapperClasses}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given the change here - Wanted to see it's tested in v9
. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have tested it in v9 but I will rope it off as we don't have a wrapper in v9
🎉 This PR is included in version 6.113.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Closes IBM/carbon-components-react#2022
depends on
carbon-design-system/carbon#2203
carbon-design-system/carbon#2206
carbon-design-system/carbon#2212
This PR incorporates feedback from the March 2019 dropdown component audit
Changelog
Changed
Removed
type
prop for inline listbox components (requires refactoring of multiselect and combobox as well)