themesberg / flowbite-vue

Official Vue 3 components built for Flowbite and Tailwind CSS
https://flowbite-vue.com
MIT License
773 stars 120 forks source link

FileInput multiple files selection dropzone issue #185

Open code2prog opened 1 year ago

code2prog commented 1 year ago

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 `

SVG, PNG, JPG or GIF (MAX. 800x400px)

                            </FileInput>`

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