Interface
NextButtonOptions
@ng-forge/dynamic-forms
Options for controlling next page button disabled behavior.
@public
Signature
interface NextButtonOptionsProperties
| Name | Type | Description |
|---|---|---|
disableWhenPageInvalid ? | boolean | Disable next button when the current page has invalid fields. |
disableWhileSubmitting ? | boolean | Disable next button while the form is submitting. |
packages/dynamic-forms/src/lib/models/form-config.ts:772