Since v3.1.2, the event "FilePond:removefile" is not working when click on Remove button.
Works in v3.1.1.
$('.my-pond').on('FilePond:removefile', function(e) {
console.log('file removed event', e);
});
| Environment | Version
|------------- | -----------
| OS | Debian
| Device | PC
| Browser | Firefox
Thanks so much for reporting, I just published version 3.1.6 which resolves this problem.
Just published version 3.1.6 which fixes this issue.
jquery-filepond not working
$('.my-pond').on('FilePond:removeFile', function(e) {
console.log('file added event', e.detail.file.file);
});
but it works on addFile
It should be removefile lowercase.
Oh, yeah I figured it out yesterday. Thanks by the way. hahhaa