Option
ion-option
ion-optionion-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 |
|---|---|---|
| selected | boolean |
Whether or not the option is already selected |
| value | any |
The value of the option |
| disabled | boolean |
Whether or not the option is disabled |
Output Events
| Attr | Details |
|---|---|
| ionSelect | Event to evaluate when option is selected |