Hi we want to restrict users to select only five files at a time. after 5 files users shouldnt be able to select more. Currently we only have single or multiple files but a specific number of max files is not there.
I'm using FileSelect as part of a reactive form. I set file restrictions for allowedExtentions and maxFileSize. If one of the files violate these restrictions, I would expect the form and the form control to have an error, but both are in VALID state.