We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bebb469 commit 74e85f5Copy full SHA for 74e85f5
src/DynamicFormWidget.php
@@ -217,7 +217,7 @@ public function registerAssets($view)
217
$view->registerJs($js, $view::POS_READY);
218
219
$js = 'jQuery("#' . $this->formId . '").yiiDynamicForm(' . $this->_hashVar .');' . "\n";
220
- $view->registerJs($js, $view::POS_LOAD);
+ $view->registerJs($js, $view::POS_READY);
221
}
222
223
/**
0 commit comments