We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259fb0b commit c0389c9Copy full SHA for c0389c9
1 file changed
src/Forms/Form.php
@@ -422,7 +422,7 @@ public function fireEvents(): void
422
$this->validate();
423
}
424
425
- if ($this->submittedBy instanceof SubmitterControl) {
+ if ($this->submittedBy instanceof Controls\SubmitButton) {
426
if ($this->isValid()) {
427
$this->invokeHandlers($this->submittedBy->onClick, $this->submittedBy);
428
} else {
0 commit comments