update mapPropsToFields demo

This commit is contained in:
Minwei Xu 2019-04-04 12:51:14 -04:00
parent 10196718e4
commit 98bc178a36

View File

@ -17,6 +17,8 @@ We can store form data into upper component or [Redux](https://github.com/reactj
**Note:** You must wrap field data with `Form.createFormField` in `mapPropsToFields`.
**Note:** Here, errors are passed to higher order component in `onFieldsChange` and passed back in `mapPropsToFields`.
````jsx
import { Form, Input } from 'antd';