Skip to content

Commit

Permalink
Add explicit aria-label to "Excluded domains" input
Browse files Browse the repository at this point in the history
Closes #12535
  • Loading branch information
patrickhlauke committed Dec 22, 2024
1 parent 0619ef5 commit 280732d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ <h2 bitTypography="h6">{{ "domainsTitle" | i18n }}</h2>
type="text"
(change)="fieldChange()"
[(ngModel)]="excludedDomainsState[i]"
[attr.aria-label]="'websiteItemLabel' | i18n: i + 1"
/>
<div id="excludedDomain{{ i }}" *ngIf="i < fieldsEditThreshold">{{ domain }}</div>
</bit-item-content>
Expand Down

0 comments on commit 280732d

Please sign in to comment.