Skip to content

Commit 9d3c448

Browse files
lubientangjinzhou
authored andcommitted
Fix typo on form's index.en-US.md (#165)
1 parent 7c1d009 commit 9d3c448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/form/index.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ After wrapped by `getFieldDecorator`, `value`(or other property defined by `valu
150150
| -------- | ----------- | ---- | ------------- |
151151
| id | The unique identifier is required. support [nested fields format](https://github.com/react-component/form/pull/48). | string | |
152152
| options.getValueFromEvent | Specify how to get value from event or other onChange arguments | function(..args) | [reference](https://github.com/react-component/form#option-object) |
153-
| options.initialValue | You can specify initial value, type, optional value of children node. (Note: Because `Form` will test equality with `===` internaly, we recommend to use vairable as `initialValue`, instead of literal) | | n/a |
153+
| options.initialValue | You can specify initial value, type, optional value of children node. (Note: Because `Form` will test equality with `===` internaly, we recommend to use variable as `initialValue`, instead of literal) | | n/a |
154154
| options.normalize | Normalize value to form component, [a select-all example](https://codesandbox.io/s/kw4l2vqqmv) | function(value, prevValue, allValues): any | - |
155155
| options.rules | Includes validation rules. Please refer to "Validation Rules" part for details. | object\[] | n/a |
156156
| options.trigger | When to collect the value of children node | string | 'change' |

0 commit comments

Comments
 (0)