@@ -73,16 +73,16 @@ We use typescript to create the Type definition. You can view directly in IDE. B
7373
7474## Field
7575
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 |
8686
8787## List
8888
0 commit comments