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 c903869 commit 27a80f3Copy full SHA for 27a80f3
services/static-webserver/client/source/class/osparc/utils/Utils.js
@@ -95,6 +95,7 @@ qx.Class.define("osparc.utils.Utils", {
95
if (control && control.getContentElement()) {
96
control.getContentElement().setAttribute("autocomplete", "off");
97
control.getContentElement().setAttribute("type", "search");
98
+ control.getContentElement().setAttribute("name", "osparc-nope1234");
99
}
100
},
101
0 commit comments