From 820af83c8a4060f8acefb56890bd8f7e6fee4ab4 Mon Sep 17 00:00:00 2001 From: Brice Schaffner Date: Mon, 8 Jul 2024 06:47:51 +0200 Subject: [PATCH] Avoid wrong interpretation of search bar by browser extension (e.g. 1Password) Some browser extension like 1Password could interpret the search bar as an normal input field and provided an auto fill. For user with 1Password this was very annoying as you certainly never wants to have a search input field automatically filled with user credentials or user personal infos. To avoid this use the standard search input type and also added some standard attribute to improve user experience. --- src/modules/menu/components/search/SearchBar.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/modules/menu/components/search/SearchBar.vue b/src/modules/menu/components/search/SearchBar.vue index 068dde846..a907f2898 100644 --- a/src/modules/menu/components/search/SearchBar.vue +++ b/src/modules/menu/components/search/SearchBar.vue @@ -137,7 +137,7 @@ const onInputClicked = () => { {