diff --git a/frontend/modules/product/views/product/_form.php b/frontend/modules/product/views/product/_form.php index 2fcb352..2d39f45 100644 --- a/frontend/modules/product/views/product/_form.php +++ b/frontend/modules/product/views/product/_form.php @@ -17,7 +17,7 @@ use yii\bootstrap4\ActiveForm; field($model, 'article')->textInput(['maxlength' => true]) ?> - field($model, 'company_id')->dropDownList($companies, ['id' => 'company_select']) ?> + field($model, 'company_id')->dropDownList($companies, ['id' => 'company_select', 'prompt' => 'Выберите компанию']) ?>