We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using Vue Filepond in Vue3.
Drag and drop feature is not working properly for Chrome Browser. But it works fine on Firefox.
<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" />``
- Device: - OS:Ubuntu 22.04.3 LTS - Broser: Chrome (Version 117.0.5938.92 (Official Build) (64-bit) - Vue version: 3.3.4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Environment
The text was updated successfully, but these errors were encountered: