File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
18
18
<!-- example(select-value-binding) -->
19
19
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> `
22
22
also supports a ` compareWith ` function. (Additional information about using a custom ` compareWith `
23
23
function can be found in the
24
24
[ Angular forms documentation] ( https://angular.io/api/forms/SelectControlValueAccessor#caveat-option-selection ) ).
@@ -67,7 +67,7 @@ on the group.
67
67
68
68
### Multiple selection
69
69
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
71
71
by setting the ` multiple ` property. This will allow the user to select multiple values at once. When
72
72
using the ` <mat-select> ` in multiple selection mode, its value will be a sorted list of all selected
73
73
values rather than a single value.
You can’t perform that action at this time.
0 commit comments