From 8e944b77bd0202b13dca062dc3112a8401061eff Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Thu, 21 Oct 2021 17:03:37 +0200 Subject: [PATCH] fixes #1538 no more auto complete by chrome --- admin/themes/default/template/user_list.tpl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/admin/themes/default/template/user_list.tpl b/admin/themes/default/template/user_list.tpl index a32cb357e..56a23e333 100644 --- a/admin/themes/default/template/user_list.tpl +++ b/admin/themes/default/template/user_list.tpl @@ -145,6 +145,8 @@ $(".icon-help-circled").tipTip({
+ {*This input (#user_search2) is used to bait the chrome autocomplete tool. It is hidden in navigator and is not meant to be seen.*} + @@ -998,6 +1000,11 @@ $(".icon-help-circled").tipTip({ width: 200px; } +#user_search2 { + position: absolute; + top: -20000px; +} + .advanced-filter-date { width: auto; }