react-filepond icon indicating copy to clipboard operation
react-filepond copied to clipboard

allowRemove is missing [Bug]

Open TheKnightCoder opened this issue 2 years ago • 1 comments

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:

TheKnightCoder avatar Oct 06 '23 11:10 TheKnightCoder

allowRevert={false} does the job

but the docs do mention allowRemove which cannot be used for some reason

TheKnightCoder avatar Oct 06 '23 11:10 TheKnightCoder