Skip to content

Commit e61b849

Browse files
committed
fix(material/chips): add aria-hidden to host chip
add aria-hidden to host chip so Talkback ignores element fixes b/286286473
1 parent 663d430 commit e61b849

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material/chips/chip.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export interface MatChipEvent {
8787
'[attr.role]': 'role',
8888
'[attr.tabindex]': '_getTabIndex()',
8989
'[attr.aria-label]': 'ariaLabel',
90+
'[attr.aria-hidden]': 'true',
9091
'(keydown)': '_handleKeydown($event)',
9192
},
9293
encapsulation: ViewEncapsulation.None,

0 commit comments

Comments
 (0)