GroupFieldComponent
| Decorators: | @Component |
| Generic types: | TModel |
| Selectors: | fieldset[ |
Container component for rendering nested form groups.
Creates a scoped form context with its own validation state. Child fields receive a FIELD_SIGNAL_CONTEXT scoped to this group's form instance. Group values are nested under the group's key in the parent form.
Constructor
No documentation has been provided. |
Presentation |
Properties
| Name | Type | Description |
|---|---|---|
| defaultValues r | WritableSignal<Record<string, unknown>> | |
| dirty r | Signal<boolean> | |
| dirtyChange r | OutputRef<boolean> | |
| disabled r | Signal<boolean> | |
| errors r | Signal<WithField[]> | |
| field | InputSignal< | |
| formValue r | Signal<{}> | |
| invalid r | Signal<boolean> | |
| key | InputSignal<string> | |
| resolvedFields p r | Signal< | |
| submitted r | OutputRef< | |
| touched r | Signal<boolean> | |
| valid r | Signal<boolean> | |
| validityChange r | OutputRef<boolean> |