Skip to content

Instantly share code, notes, and snippets.

View zbralex's full-sized avatar
:octocat:

Alexander Zubritsky zbralex

:octocat:
View GitHub Profile
@zbralex
zbralex / gist:4ee2e08b1395df7240e489a21422b285
Last active August 25, 2020 13:26
Как сломать форму в Yii2. Или почему не работают сообщения об ошибках
<?php $form = ActiveForm::begin([
'id' => 'create-task',
'fieldConfig' => [
'options' => [
'tag' => false,
]
],
'options' => [
'class' => 'create__task-form form-create',
],