We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2faabf9 commit 75850d0Copy full SHA for 75850d0
1 file changed
managed-app/src/createUiDefinition.json
@@ -51,7 +51,7 @@
51
"toolTip": "Use only allowed characters",
52
"constraints": {
53
"required": true,
54
- "regex": "^([a-zA-Z][a-zA-Z0-9\\-]*[a-zA-Z0-9]){3, 24}$",
+ "regex": "^[a-zA-Z][a-zA-Z0-9\\-]{2,22}[a-zA-Z0-9]$",
55
"validationMessage": "Only alphanumeric characters are allowed, and the value must be 3-24 characters long."
56
},
57
"visible": true
0 commit comments