From 3a948ef27b6eced88efe5b1d4d820e0c7cf919ae Mon Sep 17 00:00:00 2001 From: Esteban Gehring Date: Wed, 16 Dec 2020 10:35:36 +0100 Subject: [PATCH] docs(material/select): update accessibility information on roles --- src/material/select/select.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/select/select.md b/src/material/select/select.md index 8df7565fd56e..6193bb2b521b 100644 --- a/src/material/select/select.md +++ b/src/material/select/select.md @@ -145,7 +145,7 @@ globally cause input errors to show when the input is dirty and invalid. The `` component without text or label should be given a meaningful label via `aria-label` or `aria-labelledby`. -The `` component has `role="listbox"` and options inside select have `role="option"`. +The `` component has `role="combobox"`, the dropdown panel has `role="listbox"` and options inside select panel have `role="option"`. The native `