File tree Expand file tree Collapse file tree 3 files changed +528
-527
lines changed
src/material-experimental/mdc-form-field Expand file tree Collapse file tree 3 files changed +528
-527
lines changed Original file line number Diff line number Diff line change 57
57
"@types/youtube" : " ^0.0.38" ,
58
58
"@webcomponents/custom-elements" : " ^1.1.0" ,
59
59
"core-js" : " ^2.6.9" ,
60
- "material-components-web" : " 6.0.0-canary.927fa902c .0" ,
60
+ "material-components-web" : " 6.0.0-canary.c4b4bba96 .0" ,
61
61
"rxjs" : " ^6.5.3" ,
62
62
"systemjs" : " 0.19.43" ,
63
63
"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