Skip to content

Commit ef78a97

Browse files
doc(select): clarify examples for symbols exported by FormsModule and ReactiveFormsModule. (#9461)
1 parent f5d4f16 commit ef78a97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/select/select.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ forms.
1717

1818
<!-- example(select-value-binding) -->
1919

20-
The `<mat-select>` also supports all of the form directives from the core `FormsModule` and
21-
`ReactiveFormsModule` (`ngModel`, `formControl`, etc.) As with native `<select>`, `<mat-select>`
20+
The `<mat-select>` also supports all of the form directives from the core `FormsModule` (`NgModel`) and
21+
`ReactiveFormsModule` (`FormControl`, `FormGroup`, etc.) As with native `<select>`, `<mat-select>`
2222
also supports a `compareWith` function. (Additional information about using a custom `compareWith`
2323
function can be found in the
2424
[Angular forms documentation](https://angular.io/api/forms/SelectControlValueAccessor#caveat-option-selection)).
@@ -67,7 +67,7 @@ on the group.
6767

6868
### Multiple selection
6969

70-
`<mat-select>` defaults to single-selection mode, but can be configured to allow multiple selection
70+
`<mat-select>` defaults to single-selection mode, but can be configured to allow multiple selection
7171
by setting the `multiple` property. This will allow the user to select multiple values at once. When
7272
using the `<mat-select>` in multiple selection mode, its value will be a sorted list of all selected
7373
values rather than a single value.

0 commit comments

Comments
 (0)