From 8cba6f425bb90b22e4ad736866d546aaaae69c56 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 6 Apr 2023 12:07:02 -0400 Subject: [PATCH 1/2] Update select.md --- docs/api/select.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/select.md b/docs/api/select.md index 92ab5b6e70f..fe40fa4eca4 100644 --- a/docs/api/select.md +++ b/docs/api/select.md @@ -52,7 +52,7 @@ import PopoverExample from '@site/static/usage/v7/select/interfaces/popover/inde 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. -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'; @@ -224,4 +224,4 @@ Ionic uses heuristics to detect if an app is using the modern select syntax. In ## Slots - \ No newline at end of file + From f554c22d0e7dc451f6e1002fd0883a71adc6378e Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 6 Apr 2023 12:10:27 -0400 Subject: [PATCH 2/2] Update select.md --- docs/api/select.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/select.md b/docs/api/select.md index fe40fa4eca4..d5be17b0978 100644 --- a/docs/api/select.md +++ b/docs/api/select.md @@ -50,7 +50,7 @@ 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` interface will not work with multiple selection.