sula
sula copied to clipboard
🚀 Pluggable enterprise-level configurable framework based on antd.
export const route = (ctx, config) => { ctx.history.push(generateRouterOptions(config)); } function generateRouterOptions(config) { const { query, search, path } = config; if (isUndefined(query) && isUndefined(search)) { return path; } const...
index.js:1451 Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions...
正式版啥时候发布
正式版啥时候发布
### Question 大佬,更新一下sula-build的开发计划 ### Description
#### 需求 dependency目前有visible | source | disabled | value, 一些特殊复杂场景能否支持自定义dependency配置项 比如: 1. 更新依赖性项目改变当前组件的placeholder, 更新依赖项目值的不同,提示不同的placeholder; 2. 根据依赖项目改变当前组件的校验规则rules, 更新依赖项目值的不同, 有不同的校验规则,是否必填等; 3. 根据依赖项目改变当前组件的props
StepForm的back属性不好使,配置完后无效果,始终是执行history.goBack()指令
### Description 希望动态表单支持无限嵌套写法 ```js function Demo() { const config = { fields:[ { name: 'test', field: { type: 'input', props: { placeholder: '请输入', style: { width: 120, }, }, },...