mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
feat(components): add Dropdown
Closes #22 - Revise ListBox ancillary components - Pass item id to ListBoxMenuItem in MultiSelect, ComboBox
This commit is contained in:
parent
07d97da8a7
commit
eb70437dc3
22 changed files with 279 additions and 19 deletions
|
@ -12,6 +12,7 @@
|
|||
<div
|
||||
role="listbox"
|
||||
id={menuId}
|
||||
aria-labelledby={$$props['aria-labelledby']}
|
||||
aria-label={$$props['aria-label']}
|
||||
class={cx('--list-box__menu', className)}
|
||||
{style}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue