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
Have you updated React FilePond, FilePond, and all plugins?
I have updated FilePond and its plugins
Describe the bug
When trying to add a file to filepond, onfileadd is triggered, but it immediately disappears. When removing the property allowMultiple={true} it works. But I'd need to be able to upoad multiple files.
Reproduction
Open firefox
Set boolean allowMultiple=true
Drop a file from your file explorer
File immediately disappears (not added)
Environment
- Device:/ not device specific
- OS:macOS- Browser:firefox- React version:17.0.2
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Have you updated React FilePond, FilePond, and all plugins?
Describe the bug
When trying to add a file to filepond, onfileadd is triggered, but it immediately disappears. When removing the property
allowMultiple={true}
it works. But I'd need to be able to upoad multiple files.Reproduction
Environment
The text was updated successfully, but these errors were encountered: