packages/ecl/components/ecl-select/ecl-select.directive.ts
Directive that enhances a native
OnInit
DoCheck
AfterContentInit
OnDestroy
| Selector | select[eclSelect] |
Methods |
Inputs |
HostBindings |
Accessors |
| disabled |
Type : boolean
|
Default value : false
|
|
Disables the select element. |
| eclSize |
Type : "s" | "m" | "l"
|
Default value : 'm'
|
|
Size of the select component. |
| isInvalid |
Type : boolean
|
Default value : false
|
|
Marks the select element as invalid. |
| toggleLabel |
Type : string
|
|
Accessible label for the toggle button. |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| attr.disabled |
Type : boolean
|
| class |
Type : string
|
| class.ecl-select--invalid |
Type : boolean
|
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| cssClasses |
getcssClasses()
|
| isDisabled |
getisDisabled()
|
| isInvalidState |
getisInvalidState()
|