files-ui / files-ui-react

UI components for file uploads with React js. Files UI is a complete library for handling files in the UI. You can validate and upload them. Multilanguage. Server side support.
https://www.files-ui.com
MIT License
46 stars 9 forks source link

[REF]: Improve behaviour on remove file items when max files were reached. #2

Open JinSSJ3 opened 1 year ago

JinSSJ3 commented 1 year ago

After deleting a valid file, validation shoulld be triggered again to update the validation status of the non valid files. Taken from dropzone-ui issue 477