We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18e1b5 commit 9cd2f47Copy full SHA for 9cd2f47
src/material/select/select.md
@@ -145,7 +145,7 @@ globally cause input errors to show when the input is dirty and invalid.
145
The `<mat-select>` component without text or label should be given a meaningful label via
146
`aria-label` or `aria-labelledby`.
147
148
-The `<mat-select>` component has `role="listbox"` and options inside select have `role="option"`.
+The `<mat-select>` component has `role="combobox"`, the dropdown panel has `role="listbox"` and options inside select panel have `role="option"`.
149
150
The native `<select>` offers the best accessibility because it is supported directly by screen-readers.
151
0 commit comments