packages/components/eui-select/eui-select-mutli-option.directive.ts
Marks <option> as dynamic, so Angular can be notified when options change.
See EuiSelectMultipleControlValueAccessor
NgSelectMultipleOption
| Selector | option, option[euiOption] |
Properties |
Methods |
Inputs |
Accessors |
constructor()
|
| ngValue |
Type : any
|
|
Tracks the value bound to the option element. Unlike the value binding, ngValue supports binding to objects. |
| value |
Type : any
|
|
Tracks simple string values bound to the option element.
For objects, use the |
| _setElementValue | ||||||
_setElementValue(value: string)
|
||||||
|
Parameters :
Returns :
void
|
| _setSelected | ||||||
_setSelected(selected: boolean)
|
||||||
|
Parameters :
Returns :
void
|
| _value |
Type : any
|
| id |
Type : string
|
| ngValue | ||||||
setngValue(value: any)
|
||||||
|
Tracks the value bound to the option element. Unlike the value binding, ngValue supports binding to objects.
Parameters :
Returns :
void
|
| value | ||||||
setvalue(value: any)
|
||||||
|
Tracks simple string values bound to the option element.
For objects, use the
Parameters :
Returns :
void
|