We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba684d4 commit 1b0a30cCopy full SHA for 1b0a30c
docs/reference/interfaces/fieldlisteners.md
@@ -29,10 +29,10 @@ Defined in: [packages/form-core/src/FieldApi.ts:353](https://github.com/TanStack
29
30
***
31
32
-### onBlurAsyncDebounceMs?
+### onBlurDebounceMs?
33
34
```ts
35
-optional onBlurAsyncDebounceMs: number;
+optional onBlurDebounceMs: number;
36
```
37
38
Defined in: [packages/form-core/src/FieldApi.ts:354](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L354)
0 commit comments