File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ pnpm add @programmer_network/use-ajv-form
26
26
27
27
Below is a table describing the options you can pass to ` useAJVForm ` :
28
28
29
- | Option | Type | Description |
30
- | --------------------------- | ------------------------------------ | ------------------------------------------------------------------------------------------------------ |
31
- | ` customKeywords ` | ` KeywordDefinition[] ` | Custom AJV keywords for additional validation logic. |
32
- | ` errors ` | ` ErrorObject[] ` | Pre-defined errors to set initial form errors. This could also be errors originating from your API. |
33
- | ` userDefinedMessages ` | ` Record<string, AJVMessageFunction> ` | Custom error messages for validation errors. |
34
- | ` shouldDebounceAndValidate ` | ` boolean ` | If ` true ` , enables debouncing for field validation. |
35
- | ` debounceTime ` | ` number ` | Time in milliseconds for debouncing validation. Ignore if ` shouldDebounceAndValidate ` is set to false. |
29
+ | Option | Type | Description |
30
+ | --------------------------- | ------------------------------------ | ------------------------------------------------------------------------------------------------------- |
31
+ | ` customKeywords ` | ` KeywordDefinition[] ` | Custom AJV keywords for additional validation logic. |
32
+ | ` errors ` | ` ErrorObject[] ` | Pre-defined errors to set initial form errors. This could also be errors originating from your API. |
33
+ | ` userDefinedMessages ` | ` Record<string, AJVMessageFunction> ` | Custom error messages for validation errors. |
34
+ | ` shouldDebounceAndValidate ` | ` boolean ` | If ` true ` , enables debouncing for field validation. |
35
+ | ` debounceTime ` | ` number ` | Time in milliseconds for debouncing validation. Ignored if ` shouldDebounceAndValidate ` is set to false. |
36
36
37
37
## Usage
38
38
You can’t perform that action at this time.
0 commit comments