File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ class Demo extends React.Component {
123
123
| Prop | Description | Type |
124
124
| ----------------- | ------------------------------------------ | -------------------------------------------------------------------------- |
125
125
| getFieldValue | Get field value by name path | (name: [ NamePath] ( #namepath ) ) => any |
126
- | getFieldsValue | Get list of field values by name path list | (nameList?: [ NamePath] ( #namepath ) [ ] ) => any |
126
+ | getFieldsValue | Get list of field values by name path list | (nameList?: ( [ NamePath] ( #namepath ) [ ] ) => any) \| true |
127
127
| getFieldError | Get field errors by name path | (name: [ NamePath] ( #namepath ) ) => string[ ] |
128
128
| getFieldsError | Get list of field errors by name path list | (nameList?: [ NamePath] ( #namepath ) [ ] ) => FieldError[ ] |
129
129
| isFieldsTouched | Check if list of fields are touched | (nameList?: [ NamePath] ( #namepath ) [ ] , allTouched?: boolean) => boolean |
@@ -184,10 +184,10 @@ To keep sync with `rc-form` legacy usage of `validator`, we still provides `call
184
184
185
185
### ListOperations
186
186
187
- | Prop | Type |
188
- | ------ | ----------------------- |
189
- | add | (initValue: any) => void |
190
- | remove | (index: number) => void |
187
+ | Prop | Type |
188
+ | ------ | ------------------------ |
189
+ | add | (initValue: any) => void |
190
+ | remove | (index: number) => void |
191
191
192
192
### ValidateMessages
193
193
You can’t perform that action at this time.
0 commit comments