mirror of https://github.com/VERT-sh/VERT.git
fix: input multiple
This commit is contained in:
parent
b5ac70a015
commit
012f447b8c
|
@ -24,4 +24,4 @@
|
|||
<p class="text-foreground-muted">the</p>
|
||||
</button>
|
||||
|
||||
<input type="file" class="hidden" bind:files bind:this={fileInput} />
|
||||
<input type="file" class="hidden" bind:files bind:this={fileInput} multiple />
|
||||
|
|
Loading…
Reference in New Issue