Answer the question
In order to leave comments, you need to log in
How to make subcategories in yii2 select menu widget?
using select2 widget:
echo $form->field($model, 'date')
->widget(kartik\select2\Select2::className(),
['data' => \yii\helpers\ArrayHelper::map(\frontend\models\Data::find()->All(), 'date', 'date')]);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question