Answer the question
In order to leave comments, you need to log in
Yii2 How to set value from base to dropDownList?
in the form _form.php there is a field dropDownList :
<?= $form->field($model, 'status')->dropDownList([ 'Ок' => 'Ок', 'Не ок' => 'Не ок' ]) ?>
Answer the question
In order to leave comments, you need to log in
dropDownList(ArrayHelper::map({Model}::find()->all(), 'field for attribute val', 'field for content of option tag') )
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question