johnitvn / yii2-ajaxcrud

Gii CRUD template for Single Page Ajax Administration for yii2
100 stars 114 forks source link

Active form ajax validation not work with extension #53

Closed brianse closed 8 years ago

brianse commented 8 years ago

Hi, I see the extension not work with Yii2 active form ajax validation. In addtion, the client validation also didn't work. I use $this->renderAjax().

brianse commented 8 years ago

Sorry, after I've added an id to activeform, everything worked fine. <?php $form = ActiveForm::begin(['id' => 'ajax-form', 'enableAjaxValidation' => true); ?> I guess it is just the issue between Yii2 ActiveForm and Bootstrap modal.