Skip to content

Commit fa26fae

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ The following configurations are available:
123123
* **On change** – executes an action when the attribute value changes
124124
* **On enter action** – executes an action when the user sets focus on the widget
125125
* **On leave action** – executes an action when the user moves focus away from the widget
126+
* **On filter input change** – executes an action when the filter input value changes
126127

127128
### Accessibility Tab {#accessibility}
128129

@@ -159,7 +160,7 @@ Using a **caption type** expression disables lazy load due to a technical limita
159160

160161
* **Filter**
161162
* **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.).
163+
* **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 "on filter input change" events action trigger.
163164

164165
### Common Tab {#common}
165166

0 commit comments

Comments
 (0)