ion-select-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: SelectOption.
Name | Description |
---|---|
Disabled | If true the component will be disabled, preventing the the user from changing the value. |
Value | The text value of the option. 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. |