Skip to content

Commit 6d55c38

Browse files
committed
bug #2369 [LiveComponent] (Dynamic Form) Do not clear missing values on submit
1 parent ed31702 commit 6d55c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/src/ComponentWithFormTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ private function submitForm(bool $validateAll = true): void
150150
}
151151

152152
$form = $this->getForm();
153-
$form->submit($this->formValues);
153+
$form->submit($this->formValues, false);
154154
$this->shouldAutoSubmitForm = false;
155155

156156
if ($validateAll) {

0 commit comments

Comments
 (0)