We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aria-labelledby
1 parent ecf43a5 commit 13fe21dCopy full SHA for 13fe21d
src/scripts/Picklist.tsx
@@ -369,7 +369,6 @@ export const Picklist: (<MultiSelect extends boolean | undefined>(
369
onKeyDown={disabled ? undefined : onKeydown}
370
role='combobox'
371
tabIndex={disabled ? -1 : 0}
372
- aria-labelledby={label ? id : undefined}
373
aria-controls={listboxId}
374
aria-expanded={opened}
375
aria-haspopup='listbox'
0 commit comments