fix product form

This commit is contained in:
Kavalar 2024-05-26 12:57:30 +03:00
parent 6812f2333e
commit 43299163f3

View File

@ -17,7 +17,7 @@ use yii\bootstrap4\ActiveForm;
<?= $form->field($model, 'article')->textInput(['maxlength' => true]) ?> <?= $form->field($model, 'article')->textInput(['maxlength' => true]) ?>
<?= $form->field($model, 'company_id')->dropDownList($companies, ['id' => 'company_select']) ?> <?= $form->field($model, 'company_id')->dropDownList($companies, ['id' => 'company_select', 'prompt' => 'Выберите компанию']) ?>
<div class="form-group" id="category_select_container"></div> <div class="form-group" id="category_select_container"></div>