From 8212363b18945580175f1f711e5910f32f77b7b0 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Fri, 6 Oct 2017 12:58:53 -0700 Subject: [PATCH] SearchInputWidget: Don't show images But we should also have a different class name for this, as this isn't upstream's SearchInputWidget. Bug: T177659 Change-Id: Ie62e8678e89b2403d769694adb23fe21a047019c --- includes/widget/SearchInputWidget.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/widget/SearchInputWidget.php b/includes/widget/SearchInputWidget.php index 773c291dfc..ba08ba6aa9 100644 --- a/includes/widget/SearchInputWidget.php +++ b/includes/widget/SearchInputWidget.php @@ -32,6 +32,7 @@ class SearchInputWidget extends TitleInputWidget { $config = array_merge( [ 'maxLength' => null, 'icon' => 'search', + 'showImages' => false, ], $config ); // Parent constructor -- 2.20.1