Skip to content

Commit

Permalink
fix: Fixed dropzone not applying multiple prop (#185) (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
tahaokumus authored Oct 9, 2023
1 parent bf87e88 commit 99a9fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FileInput/FileInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</div>
<p v-else>File: {{ dropZoneText }}</p>
</div>
<input type="file" class="hidden" />
<input :multiple="multiple" type="file" class="hidden" />
</label>
</div>
</div>
Expand Down

0 comments on commit 99a9fda

Please sign in to comment.