Skip to content

Commit

Permalink
Merge pull request #979 from Transfusion/fix-react-filepond-238
Browse files Browse the repository at this point in the history
Add typing for FilePondBaseProps.allowRemove
  • Loading branch information
rikschennink authored May 13, 2024
2 parents 14f1504 + 77e3620 commit 4929000
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,11 @@ export interface FilePondBaseProps {
* @default true
*/
allowRevert?: boolean;
/**
* When set to false the remove button is hidden and disabled.
* @default true
*/
allowRemove?: boolean;
/**
* Allows user to process a file. When set to false, this removes the file upload button.
* @default true
Expand Down

0 comments on commit 4929000

Please sign in to comment.