i have the following code in my view:
It is very simple, you must pass integer $region_id only:
$region_id
<?=Html::dropdownList('region', $region_id, ArrayHelper::map(Ethioregion::find()->all(),'region','region'),[ 'prompt' => 'Select Region..','style'=>'width:200px',]) ?>