File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
projects/klippa/ngx-enhancy-forms
src/lib/elements/file-input Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @klippa/ngx-enhancy-forms" ,
3
- "version" : " 14.6.1 " ,
3
+ "version" : " 14.6.2 " ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
Original file line number Diff line number Diff line change 1
1
< div class ="componentContainer " [ngClass] ="{fullParentSize: useFullParentSize} ">
2
2
< div class ="buttonContainer ">
3
- < klp-form-button class ="uploadButton " [isLoading] ="isLoading " (click) ="uploadFileClicked() ">
4
- Upload a file
5
- </ klp-form-button >
6
3
< input
7
4
type ="file "
8
5
#nativeInputRef
9
6
(change) ="onChange($event.target.files) "
10
7
[multiple] ="multiple "
11
8
[disabled] ="disabled "
12
9
>
10
+ < klp-form-button class ="uploadButton " [isLoading] ="isLoading " (click) ="uploadFileClicked() ">
11
+ Upload a file
12
+ </ klp-form-button >
13
13
</ div >
14
14
< div class ="fileName " *ngIf ="!onlyShowUploadButton ">
15
15
{{getFileNames()}}
You can’t perform that action at this time.
0 commit comments