Filepond: Event "FilePond:removefile" not working since v3.1.2

Created on 20 Oct 2018  路  5Comments  路  Source: pqina/filepond

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

All 5 comments

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

Was this page helpful?
0 / 5 - 0 ratings