Skip to content

Commit

Permalink
fix(a11y): Prevent search label from being read twice
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrozdsap committed Nov 5, 2024
1 parent dff56f8 commit eefc6d4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
[attr.tabindex]="
a11ySearchBoxMobileFocusEnabled ? getTabIndex(isMobile | async) : null
"
[attr.aria-label]="'searchBox.placeholder' | cxTranslate"
(focus)="a11ySearchBoxMobileFocusEnabled ? null : open()"
(click)="open()"
(input)="search(searchInput.value)"
Expand Down

0 comments on commit eefc6d4

Please sign in to comment.