mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
SingleValueSearchControl: Show magnifier icon in the text input
This commit is contained in:
parent
9db50eb75b
commit
698e7bcfa4
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user