diff --git a/frontend/views/search/customer.php b/frontend/views/search/customer.php index 4919ae0..47d661e 100644 --- a/frontend/views/search/customer.php +++ b/frontend/views/search/customer.php @@ -125,7 +125,7 @@ 'action' => [ '' ], 'options' => [ 'class' => 'search-worker-form' ], ]); - echo $form2->field($model, 'info', [ 'options' => [ 'tag' => false ] ]) + echo $form2->field($model, 'info', [ 'options' => [ 'tag' => 'span' ] ]) ->label(false) ->textInput([ 'placeholder' => $model->getAttributeLabel('info') ]); echo Html::submitInput('Найти'); -- libgit2 0.21.4