Skip to content

Commit 5b0d089

Browse files
committed
Add debug option to README for enhanced logging and debugging
1 parent 9cbaf25 commit 5b0d089

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ You can customize `useAJVForm` using the following options:
214214
| `shouldDebounceAndValidate` | `boolean` | If `true`, enables debouncing for field validation. |
215215
| `debounceTime` | `number` | Time in milliseconds for debouncing validation. Ignored if `shouldDebounceAndValidate` is set to false. |
216216
| `ajv` | `Ajv` | Your own AJV instance that might have custom keywords, errors, etc. |
217+
| `debug` | `boolean` | Enables the logging and helps with debugging |
217218
218219
## Usage in Practice
219220

0 commit comments

Comments
 (0)