[ADF-2022] Make allowed extension more obvious (#2722)

* Make allowed extension more obvious

* Update documentation
This commit is contained in:
Popovics András
2017-11-24 14:16:35 +00:00
committed by Eugenio Romano
parent aedaf447ce
commit feb0e17656
2 changed files with 7 additions and 5 deletions

View File

@@ -370,9 +370,11 @@
<h5>Upload</h5>
<section *ngIf="acceptedFilesTypeShow">
<mat-form-field>
<input matInput placeholder="Extension accepted" [(ngModel)]="acceptedFilesType"
data-automation-id="accepted-files-type">
<mat-form-field floatPlaceholder="float">
<input matInput
placeholder="Extension accepted"
[(ngModel)]="acceptedFilesType"
data-automation-id="accepted-files-type">
</mat-form-field>
</section>
<section *ngIf="maxSizeShow">