fix product form
This commit is contained in:
parent
6812f2333e
commit
43299163f3
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user