Pasting image to focused FilePond, but affects all FilePond instances
Author: trydoforCreated Dec 30, 2021Updated Jun 20, 2025
Is there an existing issue for this?
- I have searched the existing issues
Have you updated Vue FilePond, FilePond, and all plugins?
- I have updated FilePond and its plugins
Describe the bug
https://codesandbox.io/s/epic-wilbur-brhks?file=/src/components/HelloWorld.vue
As HelloWorld.vue showed, there are 2 instances of FilePond1 and FilePond2. and I paste a clipboard image to FilePond1, and want only FilePond1 get the image. but both FilePond1 and FilePond2 get the image.
Reproduction
in https://codesandbox.io/s/epic-wilbur-brhks?file=/src/components/HelloWorld.vue
- mouse on first FilePond1 on the top
- paste image in clipboard to FilePond1
- all FilePond instance got the image
Environment
- Device:Macbook
- OS: catalina
- Broser: chrome
- Vue version: 3
- vue-filepond: 7Source: pqina/filepond