We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f4f43 commit 04b029cCopy full SHA for 04b029c
src/lib/input/input.spec.ts
@@ -1621,10 +1621,10 @@ class MatInputHintLabelTestController {
1621
label: string = '';
1622
}
1623
1624
-@Component({
1625
- template: `<mat-form-field><input matInput type="file"></mat-form-field>`
1626
-})
1627
-class MatInputInvalidTypeTestController {}
+@Component({template: `<mat-form-field><input matInput [type]="t"></mat-form-field>`})
+class MatInputInvalidTypeTestController {
+ t = 'file';
+}
1628
1629
@Component({
1630
template: `
0 commit comments