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
Describe the feature in detail (code, mocks, or screenshots encouraged)
It seems that the FieldErrors component doesn't pick up correctly on errors coming from FileUploads (or maybe it's actually about the nested array when requiring multiple files.
FieldErrors errors logged in children render snippet:
{"errors":[],"errorProps":{"data-fs-field-error":""}}
$errors logged from superforms directly
{
"receipts": {
"0": [
"Please upload a file."
]
}
}
Describe the feature in detail (code, mocks, or screenshots encouraged)
It seems that the FieldErrors component doesn't pick up correctly on errors coming from FileUploads (or maybe it's actually about the nested array when requiring multiple files.
What type of pull request would this be?
Enhancement
Provide relevant links or additional information.
https://superforms.rocks/concepts/files
The text was updated successfully, but these errors were encountered: