Search docs/

ion-select-option

Contents

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

Properties

disabled

Description

If true, the user cannot interact with the select option.

Attributedisabled
Typeboolean
Defaultfalse

selected

Description

If true, the element is selected.

Attributeselected
Typeboolean
Defaultfalse

value

Description

The text value of the option.

Attributevalue
Typeany