Interface
ValidationExecutionConfig
@ng-forge/dynamic-forms
Configuration for when validation runs based on a field's reactive state.
Currently controls whether hidden fields are validated. Resolved through a
tree-aware hierarchy: per-field overrides inherit down to descendants, with
per-form FormOptions and global providing
the root inherited value.withValidationExecutionDefaults()
@public
Signature
interface ValidationExecutionConfigProperties
| Name | Type | Description |
|---|---|---|
validateWhenHidden ? | boolean | undefined | Whether validators run while a field is hidden (statically, via When |
packages/dynamic-forms/src/lib/models/validation-execution-config.ts:11