We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f327cbe commit a01c723Copy full SHA for a01c723
projects/klippa/ngx-enhancy-forms/src/lib/elements/file-input/file-input.component.html
@@ -1,12 +1,12 @@
1
<div class="componentContainer" [ngClass]="{fullParentSize: useFullParentSize}">
2
<div class="buttonContainer">
3
- <input
4
- type="file"
5
- #nativeInputRef
6
- (change)="onChange($event.target.files)"
7
- [multiple]="multiple"
8
- [disabled]="disabled"
9
- >
+ <input
+ type="file"
+ #nativeInputRef
+ (change)="onChange($event.target.files)"
+ [multiple]="multiple"
+ [disabled]="disabled"
+ >
10
<klp-form-button class="uploadButton" [isLoading]="isLoading" (click)="uploadFileClicked()">
11
Upload a file
12
</klp-form-button>
0 commit comments