Skip to content

Commit 7fd4e52

Browse files
committed
fix(material-experimental/mdc-chips): missing role for trailing actions container (#25160)
Fixes that we didn't have a `role="gridcell"` around the trailing action of a `mat-chip-row`. (cherry picked from commit 8cf2e99)
1 parent 9efdd1e commit 7fd4e52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material-experimental/mdc-chips/chip-row.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
<span
3434
class="mdc-evolution-chip__cell mdc-evolution-chip__cell--trailing"
35+
role="gridcell"
3536
*ngIf="_hasTrailingIcon()">
3637
<ng-content select="mat-chip-trailing-icon,[matChipRemove],[matChipTrailingIcon]"></ng-content>
3738
</span>

0 commit comments

Comments
 (0)