Files
2018-07-29 23:10:38 +02:00
..
2018-06-18 12:45:15 -04:00

ion-select-option

SelectOption is a component that is a child element of Select. For more information, see the Select docs.

Properties

disabled

boolean

If true, the user cannot interact with the select option. Defaults to false.

selected

boolean

If true, the element is selected.

value

string

The text value of the option.

Attributes

disabled

boolean

If true, the user cannot interact with the select option. Defaults to false.

selected

boolean

If true, the element is selected.

value

string

The text value of the option.

Events

ionSelectOptionDidLoad

Emitted when the select option loads.

ionSelectOptionDidUnload

Emitted when the select option unloads.


Built with StencilJS