We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1、createVirtualBox创建一个盒子容器对象,创建一个盒子的实例放入SchemaForm中渲染,通过props传递自定义属性,假设key为_key,值为111,容器内部获取到_key为111
2、清空SchemaForm中的元素
3、重新创建一个同第一步相同的盒子实例,通过props传递自定义属性,key同样为_key,值为222,容器内获取到_key扔为111,而不是第二次传入的222
The text was updated successfully, but these errors were encountered:
fix(@uform/core): fix alibaba#613 and alibaba#615
a5fb1ac
fix(@uform/core/react): fix #613 #615 (#618)
8dc609f
* fix(@uform/shared): fix isValid * fix(@uform/core): fix visible changed but not trigger onChange callback * fix(@uform/core): fix #613 and #615 * refactor(@uform/core): improve code
c343cc0
Successfully merging a pull request may close this issue.
Help us to manage our issues by answering the following:
1、createVirtualBox创建一个盒子容器对象,创建一个盒子的实例放入SchemaForm中渲染,通过props传递自定义属性,假设key为_key,值为111,容器内部获取到_key为111
2、清空SchemaForm中的元素
3、重新创建一个同第一步相同的盒子实例,通过props传递自定义属性,key同样为_key,值为222,容器内获取到_key扔为111,而不是第二次传入的222
https://codesandbox.io/s/nifty-lake-tispz
.
The text was updated successfully, but these errors were encountered: