blob: 14fc6eefc7472c240774d83296d731509a950ef6 (
plain)
1
2
3
4
5
6
|
<label>
<input type="file" class="i-sdc-dashboard-item-upload-input"
(change)="onFileSelect($event)"
[accept]="extensionsWithDot"
[attr.data-tests-id]="'file-' + testsId" />
</label>
|