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 61aa881 commit 99406bdCopy full SHA for 99406bd
src/unfold/contrib/forms/templates/unfold/forms/array.html
@@ -14,7 +14,7 @@
14
{% endfor %}
15
16
<template x-for="(item, index) in items" :key="item.key">
17
- <div class="flex flex-row">
+ <div class="flex flex-row" x-init="if ($el.getElementsByTagName('input')[0].name.includes('__prefix__')) { $el.getElementsByTagName('input')[0].name = $el.parentElement.getElementsByTagName('input')[0].name }">
18
{% with widget=template %}
19
{% include template.template_name %}
20
{% endwith %}
0 commit comments