Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
Hi @rikschennink,
I鈥檝e noticed that FilePond doesn鈥檛 display error messages by default when a user exceeds maxFiles or maxFileSize. This can confuse users as they don鈥檛 know why their files are rejected. Would it be possible to add default error messages for these cases, or is there a recommended way to handle this?
Example suggestion:
labelMaxFilesExceeded: 'Too many files selected!',
labelMaxFileSizeExceeded: 'File too large!'
Thank you for your work on FilePond!
### Describe the solution you'd like
Example suggestion:
```javascript
labelMaxFilesExceeded: 'Too many files selected!',
labelMaxFileSizeExceeded: 'File too large!'
### Describe alternatives you've considered
None
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
Hi @rikschennink,
I鈥檝e noticed that FilePond doesn鈥檛 display error messages by default when a user exceeds
maxFilesormaxFileSize. This can confuse users as they don鈥檛 know why their files are rejected. Would it be possible to add default error messages for these cases, or is there a recommended way to handle this?Example suggestion: