Skip to content

Commit 73189af

Browse files
fix(suggest): remove chip remove button from tabindex
1 parent 359cd48 commit 73189af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/angular/components/ui-suggest/src/ui-suggest.component.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@
113113
<span>
114114
{{ intl.translateLabel(option.text) }}
115115
</span>
116-
<button matChipRemove>
116+
<button [attr.aria-hidden]="true"
117+
matChipRemove
118+
tabindex="-1">
117119
<mat-icon>close</mat-icon>
118120
</button>
119121
</mat-chip>

0 commit comments

Comments
 (0)