From f29b7af45448a279704bd5cd73f5532c906cd255 Mon Sep 17 00:00:00 2001 From: Ruben van Vreeland Date: Fri, 29 Jan 2016 20:45:19 +0100 Subject: [PATCH] Disable browser auto-complete in favor of module autocomplete Fixes #6049 --- src/ui/public/partials/saved_object_finder.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ui/public/partials/saved_object_finder.html b/src/ui/public/partials/saved_object_finder.html index 7432e71d8a543..944c4a39a1cb0 100644 --- a/src/ui/public/partials/saved_object_finder.html +++ b/src/ui/public/partials/saved_object_finder.html @@ -11,7 +11,8 @@ ng-keydown="finder.filterKeyDown($event)" class="form-control" name="filter" - type="text" /> + type="text" + autocomplete="off" /> {{finder.hitCount}} {{finder.hitCountNoun()}} @@ -43,4 +44,4 @@

- \ No newline at end of file +