Skip to content

SubmitButtonProps

SubmitButtonProps = object

Defined in: packages/forms/src/types.ts:174

Props for the submit button component provided by a FormPlugin.

children: React.ReactNode

Defined in: packages/forms/src/types.ts:178

The button label (e.g., "Submit").


isSubmitting: boolean

Defined in: packages/forms/src/types.ts:176

Whether the form is currently submitting. Use this to show a loading indicator.