react-component / form

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

cannot set a form field before rendering #360

Closed LitileXueZha closed 4 years ago

LitileXueZha commented 4 years ago

Is there a callback for all fields after getFieldDecorator?

OSLong commented 4 years ago

i think it maybe can used as

setTimeout(() =>{
    form.setFieldsValue({})
} , 0)
afc163 commented 4 years ago

initialValue