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 df31630 commit 52c3d09Copy full SHA for 52c3d09
src/FormCollection/Resources/views/form_theme_table.html.twig
@@ -23,7 +23,7 @@
23
{%- set attrDataTarget = {('data-' ~ controllerName ~ '-target'): 'entry' } -%}
24
25
{% if prototype is defined and not prototype.rendered %}
26
- {%- set prototype_attr = prototype.vars.attr|merge(attrDataTarget) -%}
+ {%- set prototype_attr = prototype.vars.row_attr|merge(attrDataTarget) -%}
27
{%- set attr = attr|merge({'data-prototype': form_row(prototype, {'row_attr': prototype_attr}) }) -%}
28
{% endif %}
29
0 commit comments