wbraganca / yii2-dynamicform

It is widget to yii2 framework to clone form elements in a nested manner, maintaining accessibility.
Other
436 stars 439 forks source link

TreeViewInput widget from the karti-v/yii2-tree-manager does not work #316

Open artmarkov opened 3 years ago

artmarkov commented 3 years ago

Good afternoon. Thank you for this decision.

I have a question about integrating the TreeViewInput widget from the karti-v/yii2-tree-manager repository. Is it possible to make it work in a dynamic form? Maybe someone has encountered a solution to this issue?

<?= $form->field($modelEfficiency, "[{$index}]efficiency_id")->widget(\kartik\tree\TreeViewInput::class, [
'query' => \common\models\efficiency\EfficiencyTree::find()->addOrderBy('root, lft'), ... ]); ?>