API Reference / @gtkx/forms / ResolverOptions
Interface: ResolverOptions<TFieldValues>
Defined in: node_modules/.pnpm/react-hook-form@7.86.0_react@19.2.8/node_modules/react-hook-form/dist/types/resolvers.d.ts:13
Type Parameters
TFieldValues
TFieldValues extends FieldValues
Properties
criteriaMode?
optionalcriteriaMode?:CriteriaMode
Defined in: node_modules/.pnpm/react-hook-form@7.86.0_react@19.2.8/node_modules/react-hook-form/dist/types/resolvers.d.ts:14
fields
fields:
Record<InternalFieldName,Field["_f"]>
Defined in: node_modules/.pnpm/react-hook-form@7.86.0_react@19.2.8/node_modules/react-hook-form/dist/types/resolvers.d.ts:15
names?
optionalnames?:FieldName<TFieldValues>[]
Defined in: node_modules/.pnpm/react-hook-form@7.86.0_react@19.2.8/node_modules/react-hook-form/dist/types/resolvers.d.ts:16
shouldUseNativeValidation
shouldUseNativeValidation:
boolean|undefined
Defined in: node_modules/.pnpm/react-hook-form@7.86.0_react@19.2.8/node_modules/react-hook-form/dist/types/resolvers.d.ts:17