From 3925fb2ae5645f6c453f8144b393aede707dcc7e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come@opensides.be>
Date: Wed, 17 Oct 2018 11:16:51 +0200
Subject: [PATCH] :sparkles: feat(management) Use search input type for search
 field in management

issue #5910
---
 ihtml/themes/breezy/management/filter.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ihtml/themes/breezy/management/filter.tpl b/ihtml/themes/breezy/management/filter.tpl
index 8b8441a2c..1991fa464 100644
--- a/ihtml/themes/breezy/management/filter.tpl
+++ b/ihtml/themes/breezy/management/filter.tpl
@@ -36,7 +36,7 @@
   <hr/>
 
   <label for="SEARCH" title="{$SEARCHDESC|escape}"><img src="geticon.php?context=actions&amp;icon=system-search&amp;size=16" alt="Search"/>
-    <input class="filter_textfield" id="SEARCH" name="SEARCH" type="text" value="{$SEARCH}"/>
+    <input class="filter_textfield" id="SEARCH" name="SEARCH" type="search" value="{$SEARCH}"/>
   </label>
   <div>
     <input type="submit" name="apply" value="{t}Apply filter{/t}"/>
-- 
GitLab