Skip to content

Commit 9470fec

Browse files
authored
Update combobox.md
1 parent 6690c9a commit 9470fec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • content/en/docs/marketplace/platform-supported-content/widgets

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ Using a **caption type** expression disables lazy load due to a technical limita
159159

160160
* **Filter**
161161
* **Filter type** – allows the user to type into the input and filter displayable options on the combo box.
162+
* **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 datasource filter operations (lazy-loading database queries) and custom "on filter input change" nanoflows/microflows, and applies to all search types (contains, starts-with, etc.).
162163

163164
### Common Tab {#common}
164165

0 commit comments

Comments
 (0)