Hello. It is necessary to draw the title field in option (select). With that, my $ remittances_title is an array. How can you rake it? Sample code below. Tell me where I am stupid, who knows. thank
<?= $form->field($model, 'remittanceInformationType', [ 'inputOptions' => [ 'name' => 'remittanceInformationType', 'id' => 'selectRemittanceInfo', 'data-placeholder' => 'Выберите назначение платежа', ], 'template' => '<div class="row"><div class="col-lg-8 col-md-8 col-sm-8">{input}</div></div>' ])->dropDownList($remittances_type, [ 'prompt' => '', 'title' => $remittances_title, ]); ?>
$remittances_typeand what in$remittances_title? And what should select look like? - oakymaxtitlebutoptions- so you can set custom attributes for eachoptionyiiframework.com/doc-2.0/… tag - oakymax