@elemental/ui / Class

LmnFormGroupDirective

Decorators:@Directive
Generic types:T
Selectors:[lmnFormGroup]
Extends:ControlValueAccessorComponent
Implements:OnInitControlValueAccessor

No documentation has been provided.

See Also

Properties

NameTypeDescription
controlDirective
r
Signal<NgControl | ControlContainer | undefined>

Represent the Angular Control associated with the component.

dirty
r
Signal<boolean | undefined>

Indicates if the control is dirty

hasError
r
Signal<boolean | undefined>

Indicates if the control has errors

hasVisualError
r
Signal<boolean>

Indicates if the control has a visual error by checking the data-lmn-has-error attribute or the lmn-has-error class

isDisabled
r
Signal<boolean | undefined>

Indicates if the control is disabled

name
r
InputSignal<string>

Define the name of the form group

negative
r
InputSignalWithTransform<boolean, unknown>

Define the negative style for group

required
r
Signal<boolean | undefined>

Indicates if the control is required

requiredTrue
r
Signal<boolean | undefined>

Indicates if the control is true

touched
r
Signal<boolean | undefined>

Indicates if the control is touched

value
r
Signal<unknown>

Methods

setAllowWithoutControl()

No documentation has been provided.

Presentation
setAllowWithoutControl(value: boolean): void;
Parameters
NameTypeDescription
value
boolean
Returns
void