API Reference / @gtkx/forms / ControllerRenderProps
Type Alias: ControllerRenderProps<TFieldValues, TName>
ControllerRenderProps<
TFieldValues,TName> =object
Defined in: node_modules/.pnpm/react-hook-form@7.86.0_react@19.2.8/node_modules/react-hook-form/dist/types/controller.d.ts:11
Type Parameters
TFieldValues
TFieldValues extends FieldValues = FieldValues
TName
TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>
Properties
disabled?
optionaldisabled?:boolean
Defined in: node_modules/.pnpm/react-hook-form@7.86.0_react@19.2.8/node_modules/react-hook-form/dist/types/controller.d.ts:15
name
name:
TName
Defined in: node_modules/.pnpm/react-hook-form@7.86.0_react@19.2.8/node_modules/react-hook-form/dist/types/controller.d.ts:16
onBlur
onBlur:
Noop
Defined in: node_modules/.pnpm/react-hook-form@7.86.0_react@19.2.8/node_modules/react-hook-form/dist/types/controller.d.ts:13
onChange
onChange: (...
event) =>void
Defined in: node_modules/.pnpm/react-hook-form@7.86.0_react@19.2.8/node_modules/react-hook-form/dist/types/controller.d.ts:12
Parameters
event
...any[]
Returns
void
ref
ref:
RefCallBack
Defined in: node_modules/.pnpm/react-hook-form@7.86.0_react@19.2.8/node_modules/react-hook-form/dist/types/controller.d.ts:17
value
value:
FieldPathValue<TFieldValues,TName>
Defined in: node_modules/.pnpm/react-hook-form@7.86.0_react@19.2.8/node_modules/react-hook-form/dist/types/controller.d.ts:14