title |
---|
ion-select-option |
import Props from '@ionic-internal/component-api/v8/select-option/props.md'; import Events from '@ionic-internal/component-api/v8/select-option/events.md'; import Methods from '@ionic-internal/component-api/v8/select-option/methods.md'; import Parts from '@ionic-internal/component-api/v8/select-option/parts.md'; import CustomProps from '@ionic-internal/component-api/v8/select-option/custom-props.mdx'; import Slots from '@ionic-internal/component-api/v8/select-option/slots.md';
<title>ion-select-option: Option For a Select Dialog</title>import EncapsulationPill from '@components/page/api/EncapsulationPill';
Select Options are components that are child elements of a Select. Each option defined is passed and displayed in the Select dialog.
For usage examples, see the Select documentation.