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

option.initialValue 失效 #364

Open DarthVaderrr opened 4 years ago

DarthVaderrr commented 4 years ago

不生效,但是使用defaultValue可以 是不是文档没更新?

chenshuai2144 commented 4 years ago

我也想要这个功能

DarthVaderrr commented 4 years ago

@chenshuai2144 需要同时使用initialValue和defaultValue

OSLong commented 4 years ago

我认为 initialValue 不必有 defaultValue 啊, 我想 initialValue 是除了用在初始值,还用在 resetFields 那里 你再看看你的组件是否把props里的value 用吧