Answer the question
In order to leave comments, you need to log in
How to make select disabled?
Here's the code, but for some reason it doesn't work for me:
<?= $form->field($model, 'parent_id')->dropDownList(ArrayHelper::map(SocialNetwork::find()->where(['parent_id' => $PARENT_ID])->all(), 'id', 'name'), ['options' => [$model->id => ['Selected' => true]], ['disabled' => true]])->label('Выберите услугу') ?>
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