Interface

NextButtonOptions

@ng-forge/dynamic-forms

Options for controlling next page button disabled behavior.

@public

Signature

interface NextButtonOptions

Properties

NameTypeDescription
disableWhenPageInvalid ?boolean | undefinedDisable next button when the current page has invalid fields.
disableWhileSubmitting ?boolean | undefinedDisable next button while the form is submitting.