packages/ecl/components/ecl-multiselect/ecl-multiselect-optgroup/ecl-multiselect-optgroup.component.ts
Component representing an option group (fieldset) in a multiselect component. Used to group related options under a common label.
| selector | fieldset[eclMultiselectOptgroup] |
| templateUrl | ./ecl-multiselect-optgroup.component.html |
Methods |
Inputs |
HostBindings |
Accessors |
| label |
Type : string
|
|
The visible label for the option group. |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
Returns the computed CSS classes for the optgroup container. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| cssClasses |
getcssClasses()
|
|
Returns the computed CSS classes for the optgroup container.
Returns :
string
|