You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: