Skip to content

Commit

Permalink
fix(lookup): set aria-expanded to true on the autocomplete componen…
Browse files Browse the repository at this point in the history
…t when the dropdown is open
  • Loading branch information
Braden Bisping committed Sep 27, 2022
1 parent 5e9afad commit 5b8e803
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
aria-haspopup="listbox"
class="sky-autocomplete"
role="combobox"
[attr.aria-expanded]="isOpen && searchText"
[attr.aria-expanded]="isOpen"
[attr.aria-labelledby]="ariaLabelledBy"
[attr.aria-owns]="isOpen ? resultsListId : null"
[attr.id]="resultsWrapperId"
Expand Down

0 comments on commit 5b8e803

Please sign in to comment.