We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79bdb40 commit 0478372Copy full SHA for 0478372
src/Element/Form.php
@@ -49,6 +49,8 @@ public function submit(array $inputData = []): void
49
// A disabled form should not change its data upon submission.
50
if ($this->isDisabled()) {
51
$this->isSubmitted = true;
52
+
53
+ return;
54
}
55
56
// We also support as fallback that we send an array which contains
0 commit comments