Is your feature request related to a problem? Please describe.
I'm currently using filepond with the filepond-plugin-file-validate-type plugin.
When file is uploaded and not valid, it's displayed in the list of file.
Describe the solution you'd like
I would like to have an option to hide files with error in the list.
For instance directly in the props of the FilePond
Describe alternatives you've considered
I tried to hide the file when it's in error state but the wrapper is not resizing even if I delete the html node
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
I'm currently using filepond with the
filepond-plugin-file-validate-type
plugin. When file is uploaded and not valid, it's displayed in the list of file.Describe the solution you'd like
I would like to have an option to hide files with error in the list. For instance directly in the props of the FilePond
Describe alternatives you've considered
I tried to hide the file when it's in error state but the wrapper is not resizing even if I delete the html node