packages/ecl/components/ecl-form-group/ecl-form-group.component.ts
The EclFormGroupComponent is a wrapper component used to group form fields together
This component automatically detects if any EclRangeDirective inputs are nested inside it,
and applies the appropriate styling attributes if so.
| selector | [eclFormGroup], ecl-form-group |
| templateUrl | ./ecl-form-group.component.html |
Properties |
Methods |
Inputs |
HostBindings |
Accessors |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| attr.data-ecl-range |
Type : boolean | null
|
|
Adds a data attribute to the host element when at least one |
| class |
Type : string
|
|
Applies the base ECL CSS class for a form group to the host element.
Inherited utility method from |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| eclRange |
Type : QueryList<EclRangeDirective>
|
Decorators :
@ContentChildren(undefined, {descendants: true})
|
|
Query list of any descendant |
| cssClasses |
getcssClasses()
|
|
Applies the base ECL CSS class for a form group to the host element.
Inherited utility method from
Returns :
string
|