HTML代码
false
TS代码
`<mat-form-field>
<input type="file" (change)="onFileSelected($event)" name="categoryImage" >
</mat-form-field>`
即使在操作前也会出错 mat-form-field必须包含MatFormFieldControl。在这 行getMatFormFieldMissingControlError
答案 0 :(得分:0)
“ mat-form-field”不支持inputtype =“ file”,据我所知,没有任何东西支持它。只需删除“ mat-form-field”元素