How to make a dropdown in yii2 using an activeform and a model? Since all the methods has changed in yii2,how it is done
dropdown
yii2
activeform
Html::activeDropDownList($model, 'id', ArrayHelper::map(AttendanceLabel::find()->all(), 'id', 'label_name'), ['prompt'=>'Attendance Status'] );