Files
ionic-framework/core/src/components/picker-column-internal

ion-picker-column-internal

Properties

Property Attribute Description Type Default
color color The color to use from your application's color palette. Default options are: "primary", "secondary", "tertiary", "success", "warning", "danger", "light", "medium", and "dark". For more information on colors, see theming. string | undefined undefined
items -- A list of options to be displayed in the picker PickerColumnItem[] []
mode mode The mode determines which platform styles to use. "ios" | "md" undefined
value value The selected option in the picker. number | string | undefined undefined

Events

Event Description Type
ionChange Emitted when the value has changed. CustomEvent<PickerColumnItem>

Dependencies

Used by

Graph

graph TD;
  ion-datetime --> ion-picker-column-internal
  style ion-picker-column-internal fill:#f9f,stroke:#333,stroke-width:4px

Built with StencilJS