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 73a233d commit 38f7867Copy full SHA for 38f7867
src/material/select/select.md
@@ -53,7 +53,7 @@ In some cases that `<mat-form-field>` may use the placeholder as the label (see
53
### Disabling the select or individual options
54
55
It is possible to disable the entire select or individual options in the select by using the
56
-disabled property on the `<select>` or `<mat-select>` and the `<option>` or <mat-option>` elements respectively.
+disabled property on the `<select>` or `<mat-select>` and the `<option>` or `<mat-option>` elements respectively.
57
58
<!-- example(select-disabled) -->
59
0 commit comments