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 8b10ea3 commit 1b6fe9fCopy full SHA for 1b6fe9f
src/views/twig/_form.php
@@ -17,7 +17,7 @@
17
<?php $form = ActiveForm::begin([
18
'id' => 'Twig',
19
'layout' => 'horizontal',
20
- 'enableClientValidation' => true,
+ 'enableClientValidation' => false,
21
'errorSummaryCssClass' => 'error-summary alert alert-error',
22
'fieldConfig' => [
23
'template' => "{label}\n{beginWrapper}\n{input}\n{hint}\n{error}\n{endWrapper}",
0 commit comments