Commit 9bce80b3 authored by Shakarim Sapa's avatar Shakarim Sapa

- Убрали валидацию

parent 2c482dec
......@@ -104,9 +104,9 @@ WidgetAssetBundle::register($this);
<?php
$f = ActiveForm::begin([
'id' => 'sh_reg_form',
'enableAjaxValidation' => true,
'enableAjaxValidation' => false,
'enableClientValidation' => false,
'validateOnType' => true,
'validateOnType' => false,
'options' => ['enctype' => 'multipart/form-data']
]);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment