Skip to content

Commit

Permalink
fix(material/chips): add aria-hidden to host chip
Browse files Browse the repository at this point in the history
add aria-hidden to host chip so Talkback ignores element

fixes b/286286473
  • Loading branch information
DBowen33 committed Jul 17, 2024
1 parent 663d430 commit e61b849
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/material/chips/chip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export interface MatChipEvent {
'[attr.role]': 'role',
'[attr.tabindex]': '_getTabIndex()',
'[attr.aria-label]': 'ariaLabel',
'[attr.aria-hidden]': 'true',
'(keydown)': '_handleKeydown($event)',
},
encapsulation: ViewEncapsulation.None,
Expand Down

0 comments on commit e61b849

Please sign in to comment.