We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce98c2 commit 6ef85a3Copy full SHA for 6ef85a3
form/create_custom_field_type.rst
@@ -405,7 +405,7 @@ libraries are used in your application:
405
406
{# templates/form/custom_types.html.twig #}
407
{% block postal_address_row %}
408
- {% for child in form.children|filter(v => not v.rendered) -%}
+ {% for child in form.children|filter(child => not child.rendered) %}
409
<div class="form-group">
410
{{ form_label(child) }}
411
{{ form_widget(child) }}
0 commit comments