SingleValueSearchControl: Show magnifier icon in the text input

This commit is contained in:
Johannes Meyer 2021-03-26 16:11:31 +01:00
parent 9db50eb75b
commit 698e7bcfa4

View File

@ -112,6 +112,7 @@ class SingleValueSearchControl extends Form
'required' => true,
'minlength' => 1,
'autocomplete' => 'off',
'class' => 'search',
'data-enrichment-type' => 'completion',
'data-term-suggestions' => '#' . $suggestionsId,
'data-suggest-url' => $this->suggestionUrl,