# EuiSelectMultipleOption

**Type:** directive



Marks `<option>` as dynamic, so Angular can be notified when options change.

See `EuiSelectMultipleControlValueAccessor`



**Selector:** `option, option[euiOption]`

## Inputs
- **ngValue**: `any` - Tracks the value bound to the option element. Unlike the value binding, ngValue supports binding to objects.
- **value**: `any` - Tracks simple string values bound to the option element. For objects, use the `ngValue` input binding.
