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 : '$any($event.target).value'
|
change(value: unknown)
|
| onChange | ||||||
onChange(value: unknown)
|
||||||
Decorators :
@HostListener('change', ['$any($event.target).value'])
|
||||||
|
Parameters :
Returns :
void
|
| syncReadOnlyValue |
syncReadOnlyValue()
|
|
Returns :
void
|
| isInvalid | ||||||
getisInvalid()
|
||||||
setisInvalid(state: BooleanInput)
|
||||||
|
Parameters :
Returns :
void
|