react-filepond
react-filepond copied to clipboard
allowRemove is missing [Bug]
Is there an existing issue for this?
- [X] I have searched the existing issues
Have you updated React FilePond, FilePond, and all plugins?
- [X] I have updated FilePond and its plugins
Describe the bug
No allowRemove option available in react component
Reproduction
install latest filepond and react-filepond
<FilePond
allowRemove={false}
files={files}
onupdatefiles={setFiles}
allowMultiple={true}
name="file"
server={server}
/>
Environment
- Device:
- OS:
- Broser:
- React version:
allowRevert={false} does the job
but the docs do mention allowRemove which cannot be used for some reason