1.依赖仓库的版本(Dependencies versions):
"antd": "^5.29.1",
"form-render": "^2.5.6",
"react": "^19.2.0",
2.问题描述(Bug description):
无法在schema Json中配置widget: tabList的props,页面只会出现默认的项目1,新增项目2,也无法配置每个content的内容,除非自定义。
3.出现问题的 schema demo(Reproduction schema demo):
const schema = {
// ...
}
4.最小复现 demo(Reproduction demo):
form-render demo https://codesandbox.io/s/unruffled-flower-jl78h
table-render demo https://codesandbox.io/s/sweet-euler-bdoty
fr-generator demo https://codesandbox.io/s/s13sh