nextButtonFieldMapper
Mapper for next page button - preconfigures NextPageEvent
Disabled state is resolved using the button-logic-resolver which considers:
- Explicit
disabled: trueon the field definition - Field-level
logicarray (if present, overrides form-level defaults) - Form-level
options.nextButtondefaults (disableWhenPageInvalid, disableWhileSubmitting)
Presentation
function nextButtonFieldMapper (
fieldDef: FieldDef <Record<string, unknown>>,
): Signal<Record<string, unknown>>;Returns
Signal<Record<string, unknown>> -Signal containing Record of input names to values for ngComponentOutlet
Parameters
| Name | Type | Description |
|---|---|---|
| fieldDef | | The next button field definition |