packages/ecl/components/ecl-select/ecl-select-container.component.ts
Container component, which wraps the
| selector | ecl-select-container |
| imports |
EUI_ECL_ICON
TranslateModule
EUI_ECL_BUTTON
|
| templateUrl | ./ecl-select-container.component.html |
Methods |
Inputs |
HostBindings |
Accessors |
| disabled |
Type : boolean
|
| eclSize |
Type : string
|
Default value : 'm'
|
|
Size/length of the field and the dropdown, can be 's', 'm' or 'l'. Default is 'm'. Same as the size of the main host element. |
| isInvalid |
Type : boolean
|
| toggleLabel |
Type : string | undefined
|
Default value : undefined
|
|
Custom label for the arrow-down button. Set from the main host element. |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
Adds specific classes for the container. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| cssClasses |
getcssClasses()
|
|
Adds specific classes for the container.
Returns :
string
|
| iconSize |
geticonSize()
|
|
Returns different icon sizes, depending if it's EU (s) or EC (xs) theme.
Returns :
string
|