Skip to content

Commit

Permalink
Merge ac1749d into 0034ff6
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyrivas committed Jan 14, 2020
2 parents 0034ff6 + ac1749d commit 7cac1dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@
}

input {
width: 0px;
height: 0px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
opacity: 0;
display: block;
height: 100%;
width: 100%;
}

.filename {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<input #input type="file" [attr.multiple]="multiple? '' : null" [attr.accept]="accept">
<span class="filename" [title]="fileNames">{{ fileNames }}</span>
<input #input type="file" [attr.multiple]="multiple? '' : null" [attr.accept]="accept" [disabled]="disabled">
<span class="filename">{{ fileNames }}</span>

0 comments on commit 7cac1dd

Please sign in to comment.