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
When you use Neos.Form and the Neos.Form.FusionRenderer with the File Upload, there’s a chance that the file extension isn’t valid. In that case, the validation error should be displayed, but the labels are in Flow, and the label for the case is missing.
Expected Behavior
Validation Error will be rendered!
Steps To Reproduce
Utilize Neos.Form to construct a form and incorporate a File Upload component.
Specify the list of acceptable file types.
Upload a file of an incompatible type.
Environment
- Flow:8.3
- PHP:8.x
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
When you use Neos.Form and the Neos.Form.FusionRenderer with the File Upload, there’s a chance that the file extension isn’t valid. In that case, the validation error should be displayed, but the labels are in Flow, and the label for the case is missing.
Expected Behavior
Validation Error will be rendered!
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: