react-filepond
                                
                                 react-filepond copied to clipboard
                                
                                    react-filepond copied to clipboard
                            
                            
                            
                        [Feature] Hide files with error
Is there an existing issue for this?
- [X] I have searched the existing issues
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

It should update correctly if you remove files that are in error state?
Yes it should be a solution