TanStack

FieldUpdateOptions

Interface: FieldUpdateOptions

Defined in: types.public.ts:6

Properties

causeValidation?

ts
optional causeValidation?: boolean;

Defined in: types.public.ts:30

Whether to cause a validation run from the update.

Default

ts
true

markAsBlurred?

ts
optional markAsBlurred?: boolean;

Defined in: types.public.ts:24

Whether to mark the field as blurred from the update.

@default: Only true if the emitted event is a blur


markAsDirty?

ts
optional markAsDirty?: boolean;

Defined in: types.public.ts:18

Whether to mark the field as dirty from the update.

Default

ts
true

markAsTouched?

ts
optional markAsTouched?: boolean;

Defined in: types.public.ts:12

Whether to mark the field as touched from the update.

Default

ts
true