Commit 616c85344ed54c23058a33382d4131489da6decc

Authored by Yarik
1 parent 90924316

test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/search/customer.php
@@ -125,7 +125,7 @@ @@ -125,7 +125,7 @@
125 'action' => [ '' ], 125 'action' => [ '' ],
126 'options' => [ 'class' => 'search-worker-form' ], 126 'options' => [ 'class' => 'search-worker-form' ],
127 ]); 127 ]);
128 - echo $form2->field($model, 'info', [ 'options' => [ 'tag' => false ] ]) 128 + echo $form2->field($model, 'info', [ 'options' => [ 'tag' => 'span' ] ])
129 ->label(false) 129 ->label(false)
130 ->textInput([ 'placeholder' => $model->getAttributeLabel('info') ]); 130 ->textInput([ 'placeholder' => $model->getAttributeLabel('info') ]);
131 echo Html::submitInput('Найти'); 131 echo Html::submitInput('Найти');