File tree Expand file tree Collapse file tree 3 files changed +531
-515
lines changed
src/material-experimental/mdc-form-field Expand file tree Collapse file tree 3 files changed +531
-515
lines changed Original file line number Diff line number Diff line change 56
56
"@types/youtube" : " ^0.0.38" ,
57
57
"@webcomponents/custom-elements" : " ^1.1.0" ,
58
58
"core-js" : " ^2.6.9" ,
59
- "material-components-web" : " 6.0.0-canary.d5808057f .0" ,
59
+ "material-components-web" : " 6.0.0-canary.c4b4bba96 .0" ,
60
60
"rxjs" : " ^6.5.3" ,
61
61
"systemjs" : " 0.19.43" ,
62
62
"tslib" : " ^1.10.0" ,
Original file line number Diff line number Diff line change 33
33
</ ng-template >
34
34
35
35
< div class ="mat-mdc-text-field-wrapper mdc-text-field " #textField
36
+ [class.mdc-text-field--filled] ="!_hasOutline() "
36
37
[class.mdc-text-field--outlined] ="_hasOutline() "
37
38
[class.mdc-text-field--no-label] ="!_hasFloatingLabel() "
38
39
[class.mdc-text-field--disabled] ="_control.disabled "
You can’t perform that action at this time.
0 commit comments