pqina / vue-filepond

🔌 A handy FilePond adapter component for Vue
https://pqina.nl/filepond
MIT License
1.92k stars 128 forks source link

Cant Disable allowPaste #197

Closed Riaan-ZA closed 3 years ago

Riaan-ZA commented 3 years ago

Hi I'm using the this vue adapter, and no matter what I try I can't disable pasting. It's interfering with other fields on the page (I have multiple filepond instances on the page.

I'm trying: <file-pond .... :allow-paste="false" />

I've also tried :allowPaste="false" allow-paste="false" and allowPaste="false" but with all of them it still picks up the paste event and tries to upload the file

I'm applying that paramater to all my filepond instances on the page. Also is there not somewhere I can disable this globally?

Riaan-ZA commented 3 years ago

Apologies, I missed another filepond component within a nested component that didn't have the setting. :allow-paste="false" works