File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -214,6 +214,7 @@ You can customize `useAJVForm` using the following options:
214
214
| ` shouldDebounceAndValidate` | ` boolean` | If ` true ` , enables debouncing for field validation. |
215
215
| ` debounceTime` | ` number` | Time in milliseconds for debouncing validation. Ignored if ` shouldDebounceAndValidate` is set to false. |
216
216
| ` ajv` | ` Ajv` | Your own AJV instance that might have custom keywords, errors, etc. |
217
+ | ` data` | ` object` | The data object that you'll typically send to your API, etc. |
217
218
| ` debug` | ` boolean` | Enables the logging and helps with debugging |
218
219
219
220
## Usage in Practice
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @programmer_network/use-ajv-form" ,
3
- "version" : " 1.0.29 " ,
3
+ "version" : " 1.0.30 " ,
4
4
"description" : " Custom React Hook that integrates with Ajv JSON Schema Validator" ,
5
5
"main" : " dist/use-ajv-form.es.js" ,
6
6
"author" : " Aleksandar Grbic" ,
You can’t perform that action at this time.
0 commit comments