['/shop/catalog/search'],
'method' => 'get',
]) ?>
= $form->field($searchForm, 'text', [
'template' => '{input}',
'options' => [
'tag' => null, // Don't wrap with "form-group" div
],
])->textInput([
'class' => 'form-control',
'id' => 'search-field',
])->label(false) ?>
>