Skip to content

Commit

Permalink
[wb1812.3.migratewb] Add the labelledby attr back
Browse files Browse the repository at this point in the history
  • Loading branch information
somewhatabstract committed Dec 16, 2024
1 parent 1d754e6 commit b7a8236
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ export default function Combobox({
testId ? `${testId}-listbox` : undefined
}
aria-label={labels.listbox}
aria-labelledby={textFieldId}
>
{renderList}
</Listbox>
Expand Down

0 comments on commit b7a8236

Please sign in to comment.