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 `