From caf4b61eadce6c8c407cc5a66a8b420a6a2d805f Mon Sep 17 00:00:00 2001 From: DBowen33 <42016383+DBowen33@users.noreply.github.com> Date: Wed, 31 Jul 2024 12:15:49 -0500 Subject: [PATCH] fix(material/chips): remove tab-index attribute from mat-chip host (#29436) * fix(material/chips): added role presentation to mat-chip host added role presentation to mat-chip host so that mobile SR users do not have to double swipe to traverse chip fixes b/286286473 * fix(material/chips): add aria-hidden add aria-hidden to host mat-chip so Talkback ignores element fixes b/286286473 * fix(material/chips): remove tabindex remove tabindex fixes b/286286473 * fix(material/chips): update api signature update api signature fixes b/286286473 * fix(material/chips): fix lint issue fix lint issue fixes b/286286473 * fix(material/chips): remove aria hidden remove aria hidden fixes b/286286473 (cherry picked from commit 5403b2b3163fedaf557bbc51a1ca5d34b40f91d2) --- src/material/chips/chip-option.html | 1 - src/material/chips/chip-row.html | 1 - src/material/chips/chip-row.ts | 1 - src/material/chips/chip.ts | 21 --------------------- tools/public_api_guard/material/chips.md | 10 +++------- 5 files changed, 3 insertions(+), 31 deletions(-) diff --git a/src/material/chips/chip-option.html b/src/material/chips/chip-option.html index 2cc3e47065bf..649509ec52b6 100644 --- a/src/material/chips/chip-option.html +++ b/src/material/chips/chip-option.html @@ -3,7 +3,6 @@