Skip to content

Commit 6bba59b

Browse files
dimodiikoevska
authored andcommitted
Update knowledge-base/combo-debounce-onread.md
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
1 parent c7ecafc commit 6bba59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/combo-debounce-onread.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ I also want to implement a minimum filter length, if the input is below that len
3434
There are two ways to implement debouncing:
3535

3636
* Use the built-in [ComboBox `DebounceDelay` parameter]({%slug components/combobox/overview%}#parameters).
37-
* Implement logic in the [ComboBox OnRead event]({%slug components/combobox/events%}#onread) to debounce the calls to the data service with the desired timeout. For example, use a `CancellationTokenSource`.
37+
* Implement logic in the [ComboBox `OnRead` event]({%slug components/combobox/events%}#onread) to debounce the calls to the data service with the desired timeout. For example, use a `CancellationTokenSource`.
3838

3939
For minimum filter length, add a check in the `OnRead` event handler for the desired string length.
4040

0 commit comments

Comments
 (0)