Skip to content

Commit 86f4484

Browse files
Update combobox.md
1 parent 512eb40 commit 86f4484

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • content/en/docs/appstore/use-content/platform-supported-content/widgets

content/en/docs/appstore/use-content/platform-supported-content/widgets/combobox.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,11 @@ The **Advanced** tab allows you to configure settings for features that is beyon
138138
* **Loading type** – allows the user to configure the loading animation of a combo box.
139139

140140
{{% alert color="info" %}}
141-
Lazy loading always fetches 100 data items for each request. Pagination is triggered when the user scrolls to the bottom of the options menu. This pagination data is not currently passed from the combobox to the microflow or nanoflow datasource.
141+
Lazy loading always fetches 100 data items for each request. Pagination is triggered when the user scrolls to the bottom of the options menu.
142+
{{% /alert %}}
143+
144+
{{% alert color="warning" %}}
145+
Using lazy loading with microflow or nanoflow data sources can result in performance issues if the microflow retrieves more than 100 items. Because of that, it is not currently recommended to use lazy loading with microflow or nanoflow data sources. This issue will be fixed in a future release.
142146
{{% /alert %}}
143147

144148
* **Multiple selection**

0 commit comments

Comments
 (0)