We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e8190 commit d44fd94Copy full SHA for d44fd94
Resources/views/Form/form_div_layout.html.twig
@@ -24,7 +24,7 @@
24
{%- endblock form_widget_compound -%}
25
26
{%- block collection_widget -%}
27
- {% if prototype is defined %}
+ {% if prototype is defined and not prototype.rendered %}
28
{%- set attr = attr|merge({'data-prototype': form_row(prototype) }) -%}
29
{% endif %}
30
{{- block('form_widget') -}}
0 commit comments