Need help upgrading to Ionic Framework 4.0? Get assistance with our Enterprise Migration Services EXPLORE NOW

Option

ion-option

Improve this doc

ion-option is a child component of ion-select. Similar to the native option element, ion-option can take a value and a selected property.

Input Properties

Attr Type Details
disabled boolean

If true, the user cannot interact with this element.

selected boolean

If true, the element is selected.

value any

The value of the option.

Output Events

Attr Details
ionSelect

Event to evaluate when option is selected.

API

Native

General