Skip to content

Commit 32b2924

Browse files
committed
edit
1 parent 5a94798 commit 32b2924

File tree

1 file changed

+3
-5
lines changed
  • content/en/docs/marketplace/platform-supported-content/widgets

1 file changed

+3
-5
lines changed

content/en/docs/marketplace/platform-supported-content/widgets/combobox.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,10 @@ For more information, see [Common Section](/refguide/common-widget-properties/#c
175175
{{% snippet file="/static/_includes/refguide/common-section-link.md" %}}
176176

177177

178-
## Limitations
178+
## Limitations {#limitations}
179179

180180
### Editable Behavior Without a Store Value
181181

182-
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.
182+
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.
183183

184-
This occurs because, without a target attribute, the Combo Box has no reference for whether it should be editable.
185-
186-
**Workaround:** To ensure correct behavior, copy the **Editability** setting from the data view directly into each Combo Box individually.
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

Comments
 (0)