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
- 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
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