yii2mod / yii2-comments

Comments module for Yii2
MIT License
158 stars 63 forks source link

Does it work within ActiveForm ?? #79

Closed aagge closed 6 years ago

aagge commented 6 years ago

Hi,

Does your widget work when enclosed in ActiveForm? It shows but does not save. Is this expected behavior? Can I make it work within ActiveForm?

<?php $form = ActiveForm::begin(); ?>

<?php echo \yii2mod\comments\widgets\Comment::widget([
         'model' => $model,
             'dataProviderConfig' => [
             'pagination' => [
             'pageSize' => 5
            ],
     ]]); ?>  

<?php ActiveForm::end(); ?>

ihorchepurnyi commented 6 years ago

Hi, you can't, Comment widget already included ActiveForm