dynamic-forms / Interface

NextButtonOptions

Options for controlling next page button disabled behavior.

Properties

NameTypeDescription
disableWhenPageInvalid
boolean | undefined

Disable next button when the current page has invalid fields.

@default true

disableWhileSubmitting
boolean | undefined

Disable next button while the form is submitting.

@default true