Skip to content

Commit 21614f2

Browse files
binyellowtoCfe
andauthored
docs: modify the parameter default value problem (#217)
* docs: modify the parameter default value problem * fix: Solve the problem of TypeError: reactRouter.matchPath is not a function * Revert "fix: Solve the problem of TypeError: reactRouter.matchPath is not a function" This reverts commit 0ae4fa0. Co-authored-by: branhuang <[email protected]>
1 parent b0049c4 commit 21614f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ We use typescript to create the Type definition. You can view directly in IDE. B
8585
| normalize | Normalize value before update | (value, prevValue, prevValues) => any | - |
8686
| preserve | Preserve value when field removed | boolean | false |
8787
| rules | Validate rules | [Rule](#rule)[] | - |
88-
| shouldUpdate | Check if Field should update | true \| (prevValues, nextValues) => boolean | - |
88+
| shouldUpdate | Check if Field should update | boolean \| (prevValues, nextValues) => boolean | - |
8989
| trigger | Collect value update by event trigger | string | onChange |
9090
| validateTrigger | Config trigger point with rule validate | string \| string[] | onChange |
9191
| valuePropName | Config value mapping prop with element | string | value |

0 commit comments

Comments
 (0)