You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using Filepond through laravel filament and if we configure a FileUpload Field with only one allowed mimetype and upload a not allowed file type we get a wrong error message.
Configuration: ->acceptedFileTypes(['video/mp4]);
Error Message: "Erwartet oder video/mp4", the correct message would be "Erwartet video/mp4", without the "oder" (or).
Is there an existing issue for this?
Have you updated FilePond and its plugins?
Describe the bug
We are using Filepond through laravel filament and if we configure a FileUpload Field with only one allowed mimetype and upload a not allowed file type we get a wrong error message.
Configuration: ->acceptedFileTypes(['video/mp4]);
Error Message: "Erwartet oder video/mp4", the correct message would be "Erwartet video/mp4", without the "oder" (or).
I created an issue for filament and they linked to this plugin.
Reproduction
Environment
The text was updated successfully, but these errors were encountered: