Skip to content

Commit f521e46

Browse files
authored
docs(select): popover can be used with multiple prop (#2887)
1 parent c4004b5 commit f521e46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api/select.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ import PopoverExample from '@site/static/usage/v7/select/interfaces/popover/inde
5050

5151
## Multiple Selection
5252

53-
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.
53+
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.
5454

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

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

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

226226
## Slots
227-
<Slots />
227+
<Slots />

0 commit comments

Comments
 (0)