Skip to content

Commit a0fe515

Browse files
committed
setMaxLength
1 parent a87a209 commit a0fe515

File tree

1 file changed

+2
-0
lines changed
  • services/static-webserver/client/source/class/osparc/widget

1 file changed

+2
-0
lines changed

services/static-webserver/client/source/class/osparc/widget/Renamer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ qx.Class.define("osparc.widget.Renamer", {
132132
},
133133

134134
__applyMaxChars: function(value) {
135+
this.getChildControl("text-field").setMaxLength(value);
136+
135137
this.__addSubtitle(this.tr("%1 characters max", value));
136138
},
137139

0 commit comments

Comments
 (0)