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
Description
I was happy when i saw that the today released 5.2.2 version fixed the bug #39591
And it sure doesn't give me typeexception like before.... but it doesn't give me the expected label neither...
Or maybe I totally misunderstand the concept...
I would expect {{ field_label(form.field) }} to print out the same as {{ form_label(form.field) }} without the html wrapping. just the label text. form.withoutLabel in my case.
Symfony version(s) affected: 5.2.*
Description
I was happy when i saw that the today released 5.2.2 version fixed the bug #39591
And it sure doesn't give me typeexception like before.... but it doesn't give me the expected label neither...
Or maybe I totally misunderstand the concept...
How to reproduce
result: no label where it is not explicitly set:

Additional context
Maybe the #39591 was just the symptom and the problem is the absence of the label.
The text was updated successfully, but these errors were encountered: