mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
ion-select-option
SelectOption is a component that is a child element of Select. For more information, see the Select docs.
Properties
| Property | Attribute | Description | Type |
|---|---|---|---|
disabled |
disabled |
If true, the user cannot interact with the select option. Defaults to false. |
boolean |
selected |
selected |
If true, the element is selected. |
boolean |
value |
-- | The text value of the option. | any |
Built with StencilJS