mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
fix(list-box): ListBoxField
should use id
This commit is contained in:
parent
1f0e9a91f9
commit
8c60dbbbbb
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
|||
<div
|
||||
bind:this={ref}
|
||||
{role}
|
||||
{id}
|
||||
aria-expanded={ariaExpanded}
|
||||
aria-owns={(ariaExpanded && menuId) || undefined}
|
||||
aria-controls={(ariaExpanded && menuId) || undefined}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue