Files
ionic-framework/core/src/components/select-option
Brandy Carney e5c8c10029 fix(components): include mode classes on components for use in shadow (#17838)
- 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
2019-04-16 17:28:21 -04: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 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