Files
ionic-framework/core/src/components/select-option
Manu MA 48a27636c7 fix(all): component reusage (#18963)
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
2019-08-27 16:29:37 +02: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