Is there an existing issue for this?
Have you updated Vue FilePond, FilePond, and all plugins?
Describe the bug
I am using Vue Filepond in Vue3.
Drag and drop feature is not working properly for Chrome Browser. But it works fine on Firefox.
Reproduction
<file-pond name="test" ref="pond" label-idle="Browse or drop files here..." :allow-multiple="false"
:allowDrop="true" :checkValidity="true" :server="server" class-name="my-pond" :instant-upload="false"
:itemInsertInterval="itemInsertInterval" accepted-file-types="image/jpeg, image/jpg,image/png" maxFileSize="2MB"
:labelFileProcessingError="uploadError" @init="handleFilePondInit" @addfilestart="handleWarning" />``
Environment
- Device:
- OS:Ubuntu 22.04.3 LTS
- Broser: Chrome (Version 117.0.5938.92 (Official Build) (64-bit)
- Vue version: 3.3.4