summaryrefslogtreecommitdiff
path: root/management/editor/repeaters.go
diff options
context:
space:
mode:
Diffstat (limited to 'management/editor/repeaters.go')
-rw-r--r--management/editor/repeaters.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/management/editor/repeaters.go b/management/editor/repeaters.go
index 81497a5..fea09d4 100644
--- a/management/editor/repeaters.go
+++ b/management/editor/repeaters.go
@@ -272,6 +272,7 @@ func RepeatController(fieldName string, p interface{}, inputSelector, cloneSelec
if ($elem.val() === '') {
$elem.attr('name', '');
} else {
+ $elem.attr('name', name);
preset = true;
}
}