You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/platform-supported-content/widgets/combobox.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ The **Multi selection (reference set)** section allows you to configure combo bo
95
95
***Selection Method** – configures the behavior for selecting options
96
96
***Checkbox** – displays a checkbox on the left side of each option. Selected items will be marked by check marks.
97
97
***Row click** – each selected item will be filtered out from the displayed options. Items can deselected by clicking the {{% icon name="remove" %}} on each of the displayed selected items.
98
-
***Show selected item as** – you can choose to display selected item as labels with {{% icon name="remove" %}} buttons which allow those items to be deselected (shown at the top of this screenshot), or as simple comma-separated text (shown at the bottom):
98
+
***Show selected item as** – you can choose to display selected item as labels with {{% icon name="remove" %}} buttons which allow those items to be deselected (shown at the top of this screenshot), or as simple comma-separated text (shown at the bottom):
99
99
100
100
{{< figure src="/attachments/appstore/platform-supported-content/widgets/combobox/combobox-showselected.png" alt="Show selected item as list or labels examples" class="no-border" >}}
101
101
{{% alert color="info" %}}The **Show selected item as** property is only available for the **Checkbox** selection method without custom content.{{% /alert %}}
@@ -153,7 +153,7 @@ Using a **caption type** expression disables lazy load due to a technical limita
153
153
This setting is only applicable for combo boxes with multiple item selections.
154
154
155
155
***Selected items sorting** – allows user to configure the sorting mechanism to display the selected items.
156
-
* **Caption** - if selected, this settings displays selected items based on their captions, regardless of user's selected sequence.
156
+
* **Caption** - if selected, this settings displays selected items based on their captions, regardless of user's selected sequence.
157
157
* **Default** - if selected, this settings does not do any sorting on the client side. Instead, it keeps the sorting from the saved values given from datasource.
158
158
If the target attribute value is set (that is, if the multiple selection is set to **association**) the data will already sorted based on values from the API and combobox will display it as it is. Otherwise, if there is no target attribute (that is, if the multiple selection is set to **database**) the selected items are displayed based on user's selected sequence.
159
159
@@ -168,8 +168,17 @@ For more information, see [Common Section](/refguide/common-widget-properties/#c
When using a combo box inside a data view, the widget relies on a store value attribute to determine its editable state. If no store value attribute is configured, the **Editability** setting of the data view (set to **Never** or **Conditionally**) will not be applied to the combo box. This occurs because, without a target attribute, the combo box has no reference for whether it should be editable.
183
+
184
+
**Workaround** — To ensure correct behavior, copy and paste the **Editability** setting from the data view directly into each combo box individually.
0 commit comments