Option
ion-option
is a child component of ion-select
. Similar to the native option element, ion-option
can take a value and a checked property.
Directive
selector: ion-option
Input Properties
Attr | Type | Details |
---|---|---|
checked | boolean |
Whether or not the option is already checked and selected |
value | any |
The value of the option |
Output Events
Attr | Details |
---|---|
select | Event to evaluate when option has changed |