Is there an existing issue for this?
Have you updated Vue FilePond, FilePond, and all 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: 7
Is there an existing issue for this?
Have you updated Vue FilePond, FilePond, and all 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
Environment