Skip to content

Commit 85322a6

Browse files
authored
Merge pull request #3052 from Laravel-Backpack/fix-repeatable-initialization
[4.1] Fix repeatable initialization
2 parents d0462f2 + 6243722 commit 85322a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/crud/fields/repeatable.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ function newRepeatableElement(container, field_group, values) {
181181
}
182182
183183
container.append(new_field_group);
184-
initializeFieldsWithJavascript(container);
184+
initializeFieldsWithJavascript(new_field_group);
185185
}
186186
</script>
187187
@endpush

0 commit comments

Comments
 (0)