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 520a8df commit 84dfff7Copy full SHA for 84dfff7
forms/cs/validation.texy
@@ -364,7 +364,7 @@ $details->addInteger('age')
364
$details->addInteger('age2')
365
->setRequired('age2');
366
367
-$form->addSubmit('send1'); // Validuje celý formuláře
+$form->addSubmit('send1'); // Validuje celý formulář
368
$form->addSubmit('send2')
369
->setValidationScope([]); // Nevaliduje vůbec
370
$form->addSubmit('send3')
0 commit comments