Skip to content

Commit 050169c

Browse files
committed
update readme
1 parent 2636a1f commit 050169c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class Demo extends React.Component {
123123
| Prop | Description | Type |
124124
| ----------------- | ------------------------------------------ | -------------------------------------------------------------------------- |
125125
| 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 |
127127
| getFieldError | Get field errors by name path | (name: [NamePath](#namepath)) => string[] |
128128
| getFieldsError | Get list of field errors by name path list | (nameList?: [NamePath](#namepath)[]) => FieldError[] |
129129
| 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
184184

185185
### ListOperations
186186

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 |
191191

192192
### ValidateMessages
193193

0 commit comments

Comments
 (0)