field($model, 'title')->textInput(['maxlength' => true]) ?> field($model, 'project_id')->dropDownList( Project::find()->select(['name', 'id'])->indexBy('id')->column(), [ 'id' => 'project-id', 'placeholder' => 'Выберите', 'prompt' => 'Выберите' ] ) ?> field($model, 'status')->dropDownList(\common\models\ProjectColumn::getStatus(), ['prompt' => 'Выберите статус']) ?>
'btn btn-success']) ?>