File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h4>mat-select</h4>
14
14
< h4 > native html select</ h4 >
15
15
< mat-form-field >
16
16
< select matNativeControl placeholder ="Choose an option " [disabled] ="disableSelect.value ">
17
- < option value ="" disabled selected > </ option >
17
+ < option value ="" selected > </ option >
18
18
< option value ="volvo "> Volvo</ option >
19
19
< option value ="saab " disabled > Saab</ option >
20
20
< option value ="mercedes "> Mercedes</ option >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ <h4>mat-select</h4>
11
11
< h4 > native html select</ h4 >
12
12
< mat-form-field >
13
13
< select matNativeControl placeholder ="Favorite car " [(ngModel)] ="selectedCar " name ="car ">
14
- < option value ="" disabled selected > </ option >
14
+ < option value ="" selected > </ option >
15
15
< option *ngFor ="let car of cars " [value] ="car.value ">
16
16
{{car.viewValue}}
17
17
</ option >
You can’t perform that action at this time.
0 commit comments