From d9214df03486e152cd209de8bc93d01a08aeef89 Mon Sep 17 00:00:00 2001 From: crisbeto Date: Thu, 20 Aug 2020 21:14:08 +0200 Subject: [PATCH] fix(select): use combobox pattern for accessibility Applies some of our recent learnings on how to handle the accessibility of a custom select to `mat-select`. Includes switching the trigger to be a `combobox` and the panel to a `listbox`. Fixes #11083. --- src/material/select/select.html | 10 +- src/material/select/select.spec.ts | 217 ++++++++++-------- src/material/select/select.ts | 90 +++++--- src/material/select/testing/select-harness.ts | 3 +- tools/public_api_guard/material/select.d.ts | 5 +- 5 files changed, 188 insertions(+), 137 deletions(-) diff --git a/src/material/select/select.html b/src/material/select/select.html index 2b2ab384862a..785edff07848 100644 --- a/src/material/select/select.html +++ b/src/material/select/select.html @@ -1,10 +1,9 @@