OptionalmergeUnsavedChangesAutomatically?: booleanIndicates whether unsaved changes should be merged automatically into the form state.
Optionalname?: stringThe name of the form, controls localStorage handling, should be unique to the form (including the instance if there is one). Should be in standard localStorage key case style (camelCase with periods to separate for namespacing and hierarchy).
OptionalnoChangesDialog?: booleanDisables the changes dialog presented for update forms.
OptionalnoCloseConfirmation?: booleanDisables setting close confirmation (e.g. in a Modal).
OptionalnoLocalStorage?: booleanDisables localStorage for unsaved changes.
OptionalnoNavigationPrompt?: booleanDisables navigation blocking with changed fields.
OptionalnoToasts?: booleanDisables toasts related to submission events.
A submission function to call when the user clicks save/submit.
The state of the form.