-
Notifications
You must be signed in to change notification settings - Fork 398
fix(ComboBox): match experimental spec #2158
fix(ComboBox): match experimental spec #2158
Conversation
blocked by #2093 and carbon-design-system/carbon#2241. These changes have not yet been released, but testing can still be done locally via |
Deploy preview for carbon-components-react ready! Built with commit 18b6473 https://deploy-preview-2158--carbon-components-react.netlify.com |
Removed blocked label given both PRs that @emyarod marked as dependencies seem to have been merged. |
@asudoh the only blocker is that we haven't cut a vanilla release which includes the changes from those PRs |
f4c295b
to
0488f63
Compare
0488f63
to
91dae77
Compare
5075255
to
13ce1c6
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.
@laurenmrice it looks like right now we are intentionally opening the dropdown when the user clicks the x to clear selections (https://github.com/IBM/carbon-components-react/blob/master/src/components/ListBox/ListBoxSelection.js#L34-L36). Is this going to be a v10 only change or do we also want to modify the v9 behavior? |
13ce1c6
to
99f3b5c
Compare
99f3b5c
to
e732b99
Compare
e732b99
to
9d1177c
Compare
@emyarod Ok if this is happening in v9 lets just keep it as is for now and revisit this later. |
@laurenmrice sounds good! this should be ready for review again then since no changes were made |
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.
actually dont think we need to omit hover
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.
looks good 👍
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.
LGTM 👍 - Thanks @emyarod!
Closes IBM/carbon-components-react#2113
Closes #1763
Closes #2081
This PR adds the experimental combo box while also addressing a number of a11y and UX issues.
Changelog
New
id
for more accessible labels (affects all listbox components), related fix(DropdownV2): add ID prop #1109Changed
Removed
Testing/Reviewing
Ensure combo box works as expected
Ensure there are no regressions with the listbox components