mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
- removes mode-less component classes from the internal CSS, use element instead - adds mode specific classes `md` or `ios` for styling inside of shadow components - adds e2e test that verifies mode classes exist on all ionic components, plus checks for specific classes that the components need for internal styling fixes #17608
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