-
**Describe the bug**
自定义组件接受string[]类型的dataSource,注册后,传入的dataSource会被自动转换成 { label: string; value: string }[]。
源代码链接:https://github.com/alibaba/formily/blob/master/packages/react-schema-renderer/src…
-
### 🥰 需求描述
### 🧐 解决方案
### 🚑 其他信息
### 参考资料
https://github.com/sorrycc/blog/issues/90
https://ant.design/docs/react/migration-v4-cn
-
On line: https://github.com/alibaba/formily/blob/master/packages/antd/src/components/FormMegaLayout/index.tsx#L4
However, this package is never mentioned in `@formily/antd` package.json: https://gi…
-
几个问题:
- 规范rxjs的引用方式,例如:rxjs/internal/Subject,为什么要带内部路径?formily中也有类似问题
- 会导致打包体积增大,如果使用方开启了esm模块解析方式,[更多参考](https://rxjs.dev/guide/v6/pipeable-operators#build-and-treeshaking)
- .babelrc好像没有用,是否…
-
ArrayCards 删除一项,会触发内容的 onFieldValueChange ,导致联动不对
- [@formily/antd ArrayCards onFieldValueChange bug](https://codesandbox.io/s/arraycards-onfieldvaluechange-bug-t942b)
![image](https://user…
-
**Describe the bug**
当调用了setFormState设置form的values之后,自增列表中的唯一标识(symbol)会丢失,导致数组的删除/交换功能异常,field item的状态没有被正常交换
**To Reproduce**
Please using Codesandbox
- [@formily/antd bug report template](htt…
-
**Describe the bug**
嵌套FieldList使用时,外层FieldList通过mutators修改顺序后,FormGraph没有同步,导致表单验证不通过,无法提交
**To Reproduce**
- [@formily/antd bug report template](https://codesandbox.io/s/sparkling-worker-8vwl0)…
-
### 🐛 bug 描述
在页面中,如果使用了 import 'antd/dist/antd.css'; ,那么pro的页面样式就被破坏了
### 📷 复现步骤
Welcome.tsx
引入 import 'antd/dist/antd.css';
### 🏞 期望结果
pro页面正常
### 💻 复现代码
### © 版本信息
- Ant Design Pro…
-
**Describe the bug**
FormMageLayout 栅格布局,辅助文案input有误,DatePicker正常,且columns设置无效
**To Reproduce**
Please using Codesandbox
- [@formily/antd bug report template](https://codesandbox.io/s/formmagel…
-
**Describe the bug**
通过setFieldState的方式设置field为error状态,调用actions.validate()方法没有报错,而是走的校验成功逻辑
复现路径:
在codesandbox的例子中,先点击setFieldErrors按钮,再点击validate按钮,会发现进入了then的逻辑
**To Reproduce**
Please using…