Files
ionic-framework/core/src/components/select-popover
Manu MA ecc2c55370 docs(all): possible values are extracted by stencil (#16190)
* docs(all): possible values are extracted by stencil

* add defaults

* remove all hardcoded defaults

* update stencil
2018-11-02 00:06:40 +01:00
..

ion-select-popover

SelectPopover is an internal component that is used for create the popover interface, from a Select component.

Properties

Property Attribute Description Type Default
header header Header text for the popover string | undefined undefined
message message Text for popover body string | undefined undefined
options -- Array of options for the popover SelectPopoverOption[] []
subHeader sub-header Subheader text for the popover string | undefined undefined

Built with StencilJS