ValueExclusionConfig
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.
Properties
| Name | Type | Description |
|---|---|---|
| excludeValueIfDisabled r | boolean | undefined | Whether to exclude the value of disabled fields from submission output. When |
| excludeValueIfHidden r | boolean | undefined | Whether to exclude the value of hidden fields from submission output. When NotesThis does NOT affect HiddenField ( |
| excludeValueIfReadonly r | boolean | undefined | Whether to exclude the value of readonly fields from submission output. When |