Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Validation label for id 1327865764 is missing #3430

Open
1 task done
markusguenther opened this issue Jan 15, 2025 · 1 comment
Open
1 task done

BUG: Validation label for id 1327865764 is missing #3430

markusguenther opened this issue Jan 15, 2025 · 1 comment
Labels

Comments

@markusguenther
Copy link
Member

Is there an existing issue for this?

  • I have searched the existing issues

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

  1. Utilize Neos.Form to construct a form and incorporate a File Upload component.
  2. Specify the list of acceptable file types.
  3. Upload a file of an incompatible type.

Environment

- Flow:8.3
- PHP:8.x

Anything else?

No response

@markusguenther
Copy link
Member Author

This is somehow related to these PR neos/form-fusionrenderer#35
As the validation message is not visible without the labels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant