summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components/ui/file-opener/file-opener.component.html
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>