Defined in: packages/form-core/src/FormApi.ts:313
An object representing the base properties of a form, unrelated to any validators
TFormData
TSubmitMeta = never
optional defaultValues: TFormData;
optional defaultValues: TFormData;
Defined in: packages/form-core/src/FormApi.ts:317
Set initial values for your form.
optional onSubmitMeta: TSubmitMeta;
optional onSubmitMeta: TSubmitMeta;
Defined in: packages/form-core/src/FormApi.ts:321
onSubmitMeta, the data passed from the handleSubmit handler, to the onSubmit function props
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.