以function 开头的defaultValue 需要自动识别为函数表达式,目前deploy同步代码时被识别为字符串。 #3206
Flyingliao
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
原因:2.0 form 未处理defalutValue 为 string function 的情况。
参考1.0的form处理此问题。
在app-builder中排查下uischema中defaultValue。
platform中 _.isString(defaultValue) 显示转换正常。
Beta Was this translation helpful? Give feedback.
All reactions