We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cbaf25 commit 5b0d089Copy full SHA for 5b0d089
README.md
@@ -214,6 +214,7 @@ You can customize `useAJVForm` using the following options:
214
| `shouldDebounceAndValidate` | `boolean` | If `true`, enables debouncing for field validation. |
215
| `debounceTime` | `number` | Time in milliseconds for debouncing validation. Ignored if `shouldDebounceAndValidate` is set to false. |
216
| `ajv` | `Ajv` | Your own AJV instance that might have custom keywords, errors, etc. |
217
+| `debug` | `boolean` | Enables the logging and helps with debugging |
218
219
## Usage in Practice
220
0 commit comments