Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileInput multiple files selection dropzone issue #185

Open
code2prog opened this issue Aug 28, 2023 · 0 comments
Open

FileInput multiple files selection dropzone issue #185

code2prog opened this issue Aug 28, 2023 · 0 comments
Labels
🪲 bug Something isn't working

Comments

@code2prog
Copy link

File selection does not work properly when you want to select multiple files by clicking on dropzone area.
It is not possible to select multiple files in the selection window.. The hidden input field does not have the "multiple" parameter

Sample Code
<FileInput multiple v-model="form.files" :dropzone="true"> <p class="!mt-1 text-xs text-gray-500 dark:text-gray-400"> SVG, PNG, JPG or GIF (MAX. 800x400px) </p> </FileInput>

After change dropzone to false input field work correctly and allow select multiple files

@cogor cogor added the 🪲 bug Something isn't working label Sep 7, 2023
tahaokumus added a commit to tahaokumus/flowbite-vue that referenced this issue Oct 7, 2023
cogor pushed a commit that referenced this issue Oct 9, 2023
* fix: Fixed dropzone not applying multiple prop (#185)

* fix: Fixed button docs inconsistencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪲 bug Something isn't working
Projects
Development

No branches or pull requests

2 participants