SearchInputWidget: Don't show images
[lhc/web/wiklou.git] / includes / widget / SearchInputWidget.php
index 773c291..ba08ba6 100644 (file)
@@ -32,6 +32,7 @@ class SearchInputWidget extends TitleInputWidget {
                $config = array_merge( [
                        'maxLength' => null,
                        'icon' => 'search',
+                       'showImages' => false,
                ], $config );
 
                // Parent constructor