Skip to content

Commit c7ecafc

Browse files
dimodidimodi
authored andcommitted
add link
1 parent a03831f commit c7ecafc

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
@@ -33,7 +33,7 @@ I also want to implement a minimum filter length, if the input is below that len
3333

3434
There are two ways to implement debouncing:
3535

36-
* Use the built-in ComboBox `DebounceDelay` parameter.
36+
* Use the built-in [ComboBox `DebounceDelay` parameter]({%slug components/combobox/overview%}#parameters).
3737
* 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.

0 commit comments

Comments
 (0)