Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.7.3
-
None
-
None
Description
After cloning an existing widget, try to edit the cloned widget name and find that even if nothing is modified, the save button cannot be clicked, prompting that the widget name is invalid.
as shows belows:
//代码占位符 isValidWidgetName: function(value) { var widgetNameRegex = /^[\s0-9a-z_\-%]+$/i; return widgetNameRegex.test(value); }
The automatically generated widget name ends with (Copy), but the regular expression of widgetname does not support parentheses, which often confuses users.
Attachments
Attachments
Issue Links
- links to