You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(ComboBox): add title and helper text support
* feat(ComboBox): support invalid state
* docs(ComboBox): add knob for light variant
* refactor(ComboBox): match vanilla invalid state
* fix(ListBox): pass aria label and role into menu
* fix(ListBoxMenuIcon): add `role="button"`
* fix(ListBox): require id for listbox menus
* fix(ListBox): add aria attrs for listbox inputs
* fix(ComboBox): pass `isOpen` to `<ListBox>`
* fix(ListBoxField): set default negative tabindex
* fix(ListBox): remove tabindex on wrapper div
* test(ListBox): remove outdated tests
* test(ListBoxField): test modifiable tabindex prop
* chore: update snapshots
* docs: add `ariaLabel` propType
* test: pass in example IDs
* docs(ListBox): remove unused propType
* fix(Dropdown): remove unneeded ListBox prop
* chore: update snapshots
* fix: add IDs for Dropdown and Multiselect control
* chore: update snapshots
* fix(Dropdown): make listbox field tabbable
* fix(MultiSelect): make listbox field tabbable
* fix(FilterableMultiSelect): remove unused prop
* chore: update snapshots
* chore: bump carbon-components version
0 commit comments