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 b320839 commit aaeb3c6Copy full SHA for aaeb3c6
client/packages/lowcoder/src/comps/comps/textInputComp/mentionComp.tsx
@@ -99,11 +99,11 @@ let MentionTmpComp = (function () {
99
style: styleControl(InputLikeStyle),
100
animationStyle: styleControl(AnimationStyle),
101
mentionList: jsonControl(checkMentionListData, {
102
- '@': ['Li Lei', 'Han Meimei'],
103
- '#': ['123', '456', '789'],
+ "@": ["Li Lei", "Han Meimei"],
+ "#": ["123", "456", "789"],
104
}),
105
onEvent: eventHandlerControl(EventOptions),
106
- invalid: booleanExposingStateControl('invalid'),
+ invalid: booleanExposingStateControl("invalid"),
107
};
108
109
return new UICompBuilder(childrenMap, (props) => {
0 commit comments