ValueExclusionConfig
@ng-forge/dynamic-forms
Configuration for excluding field values from form submission output based on their reactive state (hidden, disabled, readonly).
Supports a 3-tier configuration hierarchy: Field > Form > Global. The most specific level wins for each property.
@public
Signature
interface ValueExclusionConfigProperties
| Name | Type | Description |
|---|---|---|
excludeValueIfHidden ? | boolean | Whether to exclude the value of hidden fields from submission output. When |
excludeValueIfDisabled ? | boolean | Whether to exclude the value of disabled fields from submission output. When |
excludeValueIfReadonly ? | boolean | Whether to exclude the value of readonly fields from submission output. When |
packages/dynamic-forms/src/lib/models/value-exclusion-config.ts:10