Files
ionic-framework/core/src/components/select-popover
Manu MA a5229d90ca refactor(): remove checked property in favor of parent value (#19449)
BREAKING CHANGE:


The following components have been updated to remove the checked or selected properties:

- Radio
- Segment Button
- Select

Developers should set the value property on the respective parent components in order to managed checked/selected status.

Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
2020-01-17 17:22:26 -05: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