We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e7aab commit 681c1ddCopy full SHA for 681c1dd
services/static-webserver/client/source/class/osparc/filter/TextFilter.js
@@ -72,9 +72,7 @@ qx.Class.define("osparc.filter.TextFilter", {
72
paddingRight: 15,
73
placeholder: this.tr("Filter")
74
});
75
- control.getContentElement().setAttribute("autocomplete", "off");
76
- // FIXME: autocomplete "off" doesn't work on Chrome
77
- // https://www.codementor.io/leonardofaria/disabling-autofill-in-chrome-zec47xcui
+ osparc.utils.Utils.disableAutocomplete(control);
78
this._add(control, {
79
width: "100%"
80
0 commit comments