react-component / form

React High Order Form Component(web & react-native)
http://react-component.github.io/form/
MIT License
1.81k stars 296 forks source link

未注册的字段,通过调用getFieldValue或getFiledsValue却被自动注册成了表单元素。 #237

Closed jssoscar closed 5 years ago

jssoscar commented 5 years ago

image 如图代码,为了测试,在didMount中 特意直接调用了一次getFieldsValue方法 通过getFieldDecorator只注册了一个name的input表单元素,按道理来说,最后获取表单数据时候得到的对象,应该是{name: ''} 然而实际得到的结果是: image

未注册的字段,通过调用getFieldValue或getFiledsValue却被自动注册成了表单元素。

zombieJ commented 5 years ago

升级一下你的 rc-form 版本。