Skip to content

Commit 17b1fa6

Browse files
authored
Update combobox.md
1 parent d4e59f8 commit 17b1fa6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Using a **caption type** expression disables lazy load due to a technical limita
162162

163163
* **Filter**
164164
* **Filter type** – Allows the user to type into the input and filter displayable options on the combo box.
165-
* **Debounce interval** – The debounce interval (default 200 ms) delays applying filters while the user types to reduce server requests and unnecessary filtering. It debounces both data source filter operations (lazy-loading database queries) and "on filter input change" events action trigger.
165+
* **Debounce interval** – The debounce interval (default 200 ms) delays applying filters while the user types to reduce server requests and unnecessary filtering. It debounces both data source filter operations (lazy-loading database queries), and **On filter input change** event action triggers.
166166

167167
### Common Tab {#common}
168168

0 commit comments

Comments
 (0)