Curious if this could be enhanced to support inputs that have matInput so that they can be used inside a <mat-form-field>? My full draft tag looks like this: <input matInput [type]="col.type" [(ngModel)]="element[col.key]" observeFiles class="file-input" (change)="onFileSelected($event)" #fileUpload accept="video/*,image/*">
Curious if this could be enhanced to support inputs that have matInput so that they can be used inside a ?
My full draft tag looks like this:
<input matInput [type]="col.type" [(ngModel)]="element[col.key]" observeFiles
class="file-input" (change)="onFileSelected($event)" #fileUpload accept="video/,image/">