ion-option

Defines a Select Option component.

Each option component must be placed under a Select Container component to give a list of selectable options.
To set the name or label of the option add a Text component to it.
Use the Value property to set its value, and the Disabled property to prevent the user from changing the value.
For more information: Select.

Name Description
Disabled If true, the user cannot interact with this element.
Selected If true, the element is selected.
Value When this option is selected, the parent select object will have this value.
Comment Describes the object comment to include in the documentation report. This property generally contains an explanation about the object.
Identifier Defines the component identifier.
Is active Defines whether the component is active.