onValuesChange | 字段值更新时触发回调事件 | function(changedValues, allValues) |
initialValue | 设置子元素默认值,如果与 Form 的 initialValues 冲突则以 Form 为准 |
string | - | 4.2.0 |
在antd里面的组件是form属于非受控组件。
所以用到form ref
标签:Form,form,表单,发生变化,组件,antd From: https://www.cnblogs.com/sexintercourse/p/17854469.html