We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b783d commit 48f808cCopy full SHA for 48f808c
1 file changed
src/material/chips/chip.ts
@@ -84,7 +84,6 @@ export interface MatChipEvent {
84
'[id]': 'id',
85
'[attr.role]': 'role',
86
'[attr.aria-label]': 'ariaLabel',
87
- '[attr.aria-hidden]': 'true',
88
'(keydown)': '_handleKeydown($event)',
89
},
90
encapsulation: ViewEncapsulation.None,
0 commit comments