Interface
TextField
@ng-forge/dynamic-forms
Signature
interface TextField
extends FieldDef<TextProps>Properties
| Name | Type | Description |
|---|---|---|
type | "text" | - |
logic ? | ((ImmediateStateLogicConfig & { type: NonFieldLogicType; }) | (DebouncedStateLogicConfig & { type: NonFieldLogicType; }))[] | Logic rules for conditional visibility. Text fields only support 'hidden' logic type since they are display-only and don't participate in form validation (no disabled/readonly/required). |
packages/dynamic-forms/src/lib/definitions/default/text-field.ts:20