From 7fd4e52c408822b1f6cbd92175eaf0417d92b88e Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Mon, 27 Jun 2022 20:13:00 +0200 Subject: [PATCH] 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 8cf2e99831342929bd56d0c3869d8e566935b169) --- src/material-experimental/mdc-chips/chip-row.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/material-experimental/mdc-chips/chip-row.html b/src/material-experimental/mdc-chips/chip-row.html index 2c8970d46aec..4d8b74b3f6c0 100644 --- a/src/material-experimental/mdc-chips/chip-row.html +++ b/src/material-experimental/mdc-chips/chip-row.html @@ -32,6 +32,7 @@