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
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.
The text was updated successfully, but these errors were encountered:
raviks789
changed the title
FieldsetElement is not validated during partial validationFieldsetElement not validated during partial validation
Feb 29, 2024
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.The text was updated successfully, but these errors were encountered: