Awesome q2a theme

Initially the parameter of the select is empty?

0 like 0 dislike
28 views
Use search Model to search for. Not to write a category for search did this.

<?= $form->field($model, 'category_id')->dropDownList(ArrayHelper::map(Category::find()->all(), 'id','name'),['style'=>'font-family: \\'Exo 2\\', sans-serif; color: #0f0f0f; font-size:17px'])->label('Department')?>


But the point is, always list the first branch is active. T e, it will search according to this parameter. But how to do so initially the option was not there?
by | 28 views

2 Answers

0 like 0 dislike
<?= $form->field($model, 'category_id')->dropDownList([" => 'please choose Department'] + ArrayHelper::map(Category::find()->all(), 'id','name'),['style'=>'font-family: \\'Exo 2\\', sans-serif; color: #0f0f0f; font-size:17px'])->label('Department')?>
by
0 like 0 dislike
by

Related questions

110,608 questions
257,187 answers
0 comments
40,796 users