We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1、支持显隐属性表达式(onShow); 2、基础表达式使用new Function实现:const expressionFunc = new Function('data', 'xx表达式'),其中data为当前组件数据源(上下文数据对象); 3、json-schema-editor 显隐属性(onShow)支持配置表达式; 4、json-editor 支持 表达式运算 进行联动。
The text was updated successfully, but these errors were encountered:
已在此处增加属性表达式功能:9d01d61
Sorry, something went wrong.
wibetter
No branches or pull requests
1、支持显隐属性表达式(onShow);
2、基础表达式使用new Function实现:const expressionFunc = new Function('data', 'xx表达式'),其中data为当前组件数据源(上下文数据对象);
3、json-schema-editor 显隐属性(onShow)支持配置表达式;
4、json-editor 支持 表达式运算 进行联动。
The text was updated successfully, but these errors were encountered: