File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ In some cases that `<mat-form-field>` may use the placeholder as the label (see
54
54
55
55
It is possible to disable the entire select or individual options in the select by using the
56
56
disabled property on the ` <select> ` or ` <mat-select> ` and the ` <option> ` or ` <mat-option> ` elements respectively.
57
- When working with Reactive Forms the select component can be disabled/enabled via form controls.
58
- This can be accomplished by creating a FormControl with the disabled property
57
+ When working with Reactive Forms, the select component can be disabled/enabled via form controls.
58
+ This can be accomplished by creating a ` FormControl ` with the disabled property
59
59
` FormControl({value: '', disabled: true}) ` or using ` FormControl.enable() ` , ` FormControl.disable() ` .
60
60
61
61
<!-- example(select-disabled) -->
You can’t perform that action at this time.
0 commit comments