alibaba/x-render

drawerList edit 表单数值填充异常

tiancheng91 opened this issue · 0 comments

1.依赖仓库的版本(Dependencies versions)

  • react:18.2.0
  • form-render:2.4.4
  • table-render: --
  • antd:5.15.4

2.问题描述(Bug description)
drawerList 组件, 行编辑时, 表单数据始终只填充最后一行

3.出现问题的 schema demo(Reproduction schema demo)

const schema = {
  // ...
}

4.最小复现 demo(Reproduction demo)
https://codesandbox.io/p/sandbox/festive-kirch-7m4jr2

image