Skip to content

docs(select): popover can be used with multiple prop #2887

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/api/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ import PopoverExample from '@site/static/usage/v7/select/interfaces/popover/inde

## Multiple Selection

By adding the `multiple` attribute to select, users are able to select multiple options. When multiple options can be selected, the alert overlay presents users with a checkbox styled list of options. The select component's value receives an array of all of the selected option values.
By adding the `multiple` attribute to select, users are able to select multiple options. When multiple options can be selected, the alert or popover overlay presents users with a checkbox styled list of options. The select component's value receives an array of all of the selected option values.

Note: the `action-sheet` and `popover` interfaces will not work with multiple selection.
Note: the `action-sheet` interface will not work with multiple selection.

import MultipleSelectionExample from '@site/static/usage/v7/select/basic/multiple-selection/index.md';

Expand Down Expand Up @@ -224,4 +224,4 @@ Ionic uses heuristics to detect if an app is using the modern select syntax. In
<CustomProps />

## Slots
<Slots />
<Slots />