UX: workaround chrome autocomplete bug in search
This works around issue mentioned in 918a0ea3
This commit is contained in:
parent
5aa9a567f8
commit
b93460cb59
|
@ -19,7 +19,7 @@ createWidget("search-term", {
|
|||
return {
|
||||
type: "text",
|
||||
value: attrs.value || "",
|
||||
autocomplete: "off",
|
||||
autocomplete: "discourse",
|
||||
placeholder: attrs.contextEnabled ? "" : I18n.t("search.title")
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue