@@ -73,16 +73,16 @@ We use typescript to create the Type definition. You can view directly in IDE. B
73
73
74
74
## Field
75
75
76
- | Prop | Description | Type | Default |
77
- | ----------------- | --------------------------------------- | ------------------------------------- | -------- |
78
- | dependencies | Will re-render if dependencies changed | [ NamePath] ( #namepath ) [ ] | - |
79
- | getValueFromEvent | Specify how to get value from event | (..args: any[ ] ) => any | - |
80
- | name | Field name path | [ NamePath] ( #namepath ) | - |
81
- | normalize | Normalize value before update | (value, prevValue, prevValues) => any | - |
82
- | rules | Validate rules | [ Rule] ( #rule ) [ ] | - |
83
- | shouldUpdate | Check if Field should update | (prevValues, nextValues): boolean | - |
84
- | trigger | Collect value update by event trigger | string | onChange |
85
- | validateTrigger | Config trigger point with rule validate | string \| string[ ] | onChange |
76
+ | Prop | Description | Type | Default |
77
+ | ----------------- | --------------------------------------- | -------------------------------------------- | -------- |
78
+ | dependencies | Will re-render if dependencies changed | [ NamePath] ( #namepath ) [ ] | - |
79
+ | getValueFromEvent | Specify how to get value from event | (..args: any[ ] ) => any | - |
80
+ | name | Field name path | [ NamePath] ( #namepath ) | - |
81
+ | normalize | Normalize value before update | (value, prevValue, prevValues) => any | - |
82
+ | rules | Validate rules | [ Rule] ( #rule ) [ ] | - |
83
+ | shouldUpdate | Check if Field should update | true \| (prevValues, nextValues): boolean | - |
84
+ | trigger | Collect value update by event trigger | string | onChange |
85
+ | validateTrigger | Config trigger point with rule validate | string \| string[ ] | onChange |
86
86
87
87
## List
88
88
0 commit comments