Skip to content

Commit 0a94b50

Browse files
committed
Remove keyboard interaction from tag chips
1 parent 9c4740d commit 0a94b50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

alcs-frontend/src/app/shared/tags/tag-chip/tag-chip.component.html

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
commissioner: isCommissioner,
66
}"
77
(click)="handleClick($event)"
8+
tabindex="-1"
9+
role="presentation"
810
>
911
{{ tag.name }}
1012
<button matChipRemove [attr.aria-label]="'remove ' + tag" *ngIf="removable">

0 commit comments

Comments
 (0)