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
With symfony/symfony#18317 collection form prototypes have their parent set, but there is no inverse direction, i.e. the prototype is not part of the collection children.
HorizontalFormTypeExtension sets the horizontal view variable on root forms and bubbles its value to the form children. As prototypes are no longer root forms, their value stays null and evaluates to false in the template.