You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error event is triggered when a specific file is in error, but the processfiles is not triggered anymore, so I can't react to existing successfully processed files
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
I'd like to react to processed files (like the
FilePond:processfiles
), but the hook is not triggered when some files are in error:filepond/src/js/app/actions.js
Lines 829 to 835 in 4f1c4c2
Describe the solution you'd like
2 solutions:
processfiles
(breaking change) by triggering it when there are files in errorprocessfileserror
triggered when all files are processed and ignoring files in errorDescribe alternatives you've considered
/
The text was updated successfully, but these errors were encountered: