Showing names of MilliStones in activeDropDownList of Yii2, but now i wants to concatenate another field with it(Like number of millistone).
e.g ( Milli Stone Name - Number of stones ).
<?= Html::activeDropDownList($model, 'milli_stone_id',ArrayHelper::map(MilliStones::find()->where(['cat_id' => $Rings->milli_cat])->all(), 'id', 'name'),['prompt'=>'Select Milli Stone','class'=>'form-control']) ?>