fix: Fixed dropzone not applying multiple prop (#185) (#222)

This commit is contained in:
Taha Okumuş
2023-10-09 10:59:30 +03:00
committed by GitHub
parent bf87e88945
commit 99a9fdaff2

View File

@@ -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>