UX: disable browser's autocomplete in search menu
This commit is contained in:
parent
f3cfce4a93
commit
057d1dc077
|
@ -19,6 +19,7 @@ createWidget("search-term", {
|
||||||
return {
|
return {
|
||||||
type: "text",
|
type: "text",
|
||||||
value: attrs.value || "",
|
value: attrs.value || "",
|
||||||
|
autocomplete: "off",
|
||||||
placeholder: attrs.contextEnabled ? "" : I18n.t("search.title")
|
placeholder: attrs.contextEnabled ? "" : I18n.t("search.title")
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue