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
2.12.7
react 15.4.0
https://github.com/Kunoky/dva-form.git
分别点击Form表单的两个label
两个Form表单之间互相独立,互不影响。
点击第二个label却只对第一个元素起作用
他们的getFieldDecorator 的id相同,一个页面的search表单和create表单之间有一个相同的值
The text was updated successfully, but these errors were encountered:
Could you provide a re-producible demo to help us, by forking and editing this codepen: http://codepen.io/benjycui/pen/KgPZrE?editors=001
(A good and minimum codpen will save a lot of time 😃)
Sorry, something went wrong.
https://codepen.io/anon/pen/prxjMJ?editors=0010
What are you saying?
668cec2
Fix #9103, ref #7351
b3f3121
afc163
No branches or pull requests
Version
2.12.7
Environment
react 15.4.0
Reproduction link
https://github.com/Kunoky/dva-form.git
Steps to reproduce
分别点击Form表单的两个label
What is expected?
两个Form表单之间互相独立,互不影响。
What is actually happening?
点击第二个label却只对第一个元素起作用
他们的getFieldDecorator 的id相同,一个页面的search表单和create表单之间有一个相同的值
The text was updated successfully, but these errors were encountered: