chore(ui): update useField jsdoc comment to point to the right internal hook (#7568)
This commit is contained in:
@@ -4,7 +4,7 @@ export type Options = {
|
|||||||
disableFormData?: boolean
|
disableFormData?: boolean
|
||||||
hasRows?: boolean
|
hasRows?: boolean
|
||||||
/**
|
/**
|
||||||
* If you do not provide a `path` or a `name`, this hook will look for one using the `useFieldPath` hook.
|
* If you do not provide a `path` or a `name`, this hook will look for one using the `useFieldProps` hook.
|
||||||
**/
|
**/
|
||||||
path?: string
|
path?: string
|
||||||
validate?: Validate
|
validate?: Validate
|
||||||
|
|||||||
Reference in New Issue
Block a user