mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
ion-select-option
SelectOption is a component that is a child element of Select. For more information, see the Select docs.
Properties
disabled
boolean
If true, the user cannot interact with the select option. Defaults to false.
selected
boolean
If true, the element is selected.
value
string
The text value of the option.
Attributes
disabled
boolean
If true, the user cannot interact with the select option. Defaults to false.
selected
boolean
If true, the element is selected.
value
string
The text value of the option.
Events
ionSelectOptionDidLoad
Emitted when the select option loads.
ionSelectOptionDidUnload
Emitted when the select option unloads.
Built with StencilJS