packages/components/eui-select/eui-select.component.ts
OnChanges
OnInit
DoCheck
| selector | select[euiSelect] |
| styleUrls | ./eui-select.scss |
| template | |
Methods |
Inputs |
HostListeners |
Accessors |
| ariaLabel |
Type : string
|
Default value : 'Select an option'
|
| isInvalid |
Type : boolean
|
| placeholder |
Type : string
|
| readonly |
Type : boolean
|
| change |
Arguments : '$event.target.value'
|
change(value)
|
| onChange | ||||
onChange(value)
|
||||
Decorators :
@HostListener('change', ['$event.target.value'])
|
||||
|
Parameters :
Returns :
void
|
| syncReadOnlyValue |
syncReadOnlyValue()
|
|
Returns :
void
|
| isInvalid | ||||||
getisInvalid()
|
||||||
setisInvalid(state: BooleanInput)
|
||||||
|
Parameters :
Returns :
void
|