Closed marciocamello closed 10 years ago
any guide for validation error?
$form->field($model, 'model_attribute')->widget(yii\imperavi\Widget::className(), [
'id' => Html::getInputId($model, 'model_attribute'), // !!!
'model' => $model,
'attribute' => 'model_attribute',
]);
Will try it later, thanks a lot
Solution?