diff --git a/src/LiveComponent/src/ComponentWithFormTrait.php b/src/LiveComponent/src/ComponentWithFormTrait.php index 00d981decdc..95c82effa0a 100644 --- a/src/LiveComponent/src/ComponentWithFormTrait.php +++ b/src/LiveComponent/src/ComponentWithFormTrait.php @@ -150,7 +150,7 @@ private function submitForm(bool $validateAll = true): void } $form = $this->getForm(); - $form->submit($this->formValues); + $form->submit($this->formValues, false); $this->shouldAutoSubmitForm = false; if ($validateAll) {