Skip to content

Commit 8c3463b

Browse files
eaCeskerbis
authored andcommitted
remove lazy...
1 parent 06eb039 commit 8c3463b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/MForm/Repeater/MFormRepeaterHelper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ private static function getNameKey(MFormItem $mformItem): string
150150
private static function addWidgetAttributes(MFormItem $mformItem, string $repeaterId, string $group, string $groups, string|null $parentId): void
151151
{
152152
$nameKey = self::getNameKey($mformItem);
153-
$mformItem->addAttribute('x-model.lazy', $group . '[\'' . $nameKey . '\']')
153+
$mformItem->addAttribute('x-model', $group . '[\'' . $nameKey . '\']')
154154
->addAttribute(':id', "'".$nameKey."-'+".$repeaterId."Index".((!empty($parentId))?"+'-'+".$parentId.'Index':''))
155155
->addAttribute('group', $group)
156156
->addAttribute('groups', $groups)

0 commit comments

Comments
 (0)