Skip to content

Commit 681c1dd

Browse files
committed
minor
1 parent e2e7aab commit 681c1dd

File tree

1 file changed

+1
-3
lines changed
  • services/static-webserver/client/source/class/osparc/filter

1 file changed

+1
-3
lines changed

services/static-webserver/client/source/class/osparc/filter/TextFilter.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ qx.Class.define("osparc.filter.TextFilter", {
7272
paddingRight: 15,
7373
placeholder: this.tr("Filter")
7474
});
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
75+
osparc.utils.Utils.disableAutocomplete(control);
7876
this._add(control, {
7977
width: "100%"
8078
});

0 commit comments

Comments
 (0)