Zheng Yang
Results
2
comments of
Zheng Yang
遇到同样的问题,transform可以设置到ProFormList上,但是无法设置到被他包裹的组件上 https://github.com/ant-design/pro-components/blob/e71c827f9dc8b3672410e1de0e9b9a3c9957320d/packages/utils/src/transformKeySubmitValue/index.ts  貌似是这里没有处理itemValue是数组的情况,所以直接在list这一层就transform了?
fix https://github.com/ant-design/pro-components/issues/5606