packages/eui-ecl/packages/core/src/lib/components/ecl-text-input/ecl-text-input.directive.ts
| Selector | input[eclTextInput] |
Properties |
Methods |
Inputs |
HostBindings |
Accessors |
constructor(ngControl: NgControl)
|
||||||
|
Parameters :
|
| eclSize |
Type : string
|
Default value : 'm'
|
| isInvalid |
Type : boolean | any
|
Default value : false
|
| class |
Type : string
|
| e2eAttr |
Type : any
|
| attr.type |
Type : string
|
Default value : 'text'
|
| class |
Type : any
|
| class.ecl-text-input--invalid |
Type : any
|
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| type |
Type : string
|
Default value : 'text'
|
Decorators :
@HostBinding('attr.type')
|
| cssClasses |
getcssClasses()
|
| invalidState |
getinvalidState()
|