-
在一个自定义组件中使用createForm嵌套渲染子表单,子表单下的field路径会被带上自定义组件本身的路径作为基路径。 子表单作为一个独立的Form实例,路径应该不受父级影响。 codesandbox : |
Beta Was this translation helpful? Give feedback.
Answered by
janryWang
Apr 28, 2021
Replies: 2 comments
-
通过把SchemaField的basePath设置为[""]解决了这个问题,另外发现一个问题 |
Beta Was this translation helpful? Give feedback.
0 replies
-
这个问题是因为FormProvider没有对Context做清理,下个版本修复该问题 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
janryWang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这个问题是因为FormProvider没有对Context做清理,下个版本修复该问题