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
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)
After change dropzone to false input field work correctly and allow select multiple files