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

FieldsetElement not validated during partial validation #133

Open
raviks789 opened this issue Feb 29, 2024 · 0 comments
Open

FieldsetElement not validated during partial validation #133

raviks789 opened this issue Feb 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@raviks789
Copy link
Contributor

The fieldset elements are assembled only during validation (FieldsetElement::validate()). But during partial validation of the form (Form::validatePartial()) the element is checked if it has value (FieldsetElement::hasValue()) before its validation, which is before the element has been assembled. Thus the fieldset elements are never validated during partial validation.

@raviks789 raviks789 changed the title FieldsetElement is not validated during partial validation FieldsetElement not validated during partial validation Feb 29, 2024
@nilmerg nilmerg added the bug Something isn't working label Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants