mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Use new stencil APIs to allow ionic elements to be reused once removed from the DOM. fixes #18843 fixes #17344 fixes #16453 fixes #15879 fixes #15788 fixes #15484 fixes #17890 fixes #16364
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 | Default |
|---|---|---|---|---|
disabled |
disabled |
If true, the user cannot interact with the select option. |
boolean |
false |
selected |
selected |
If true, the element is selected. |
boolean |
false |
value |
value |
The text value of the option. | any |
undefined |
Built with StencilJS