Replies: 1 comment 2 replies
-
Hello, The intended usage scenario is to download the data once from the API, save it in a local field, and use it for the |
Beta Was this translation helpful? Give feedback.
-
Hello, The intended usage scenario is to download the data once from the API, save it in a local field, and use it for the |
Beta Was this translation helpful? Give feedback.
-
I've been having performance issues with the HxMultiSelect filtering for a while now on slower connections as (especially with larger lists), as when the user types in the filter box the items are filtered upon every key input.
I'd love to be able to change this so that debouncing is used to prevent filtering until the user stops typing for some time.
The example outlined here https://havit.blazor.eu/concepts/Debouncer showcases how to use the Debouncer for a very simple text-based input control but as the HxMultiSelect filter text property isn't exposed, and as it doesn't seem to allow BindEvent and probably other things I'm missing, I don't see a way to implement this.
Might this be possible? Or is debouncing something that would need to be implement specifically for this component?
Beta Was this translation helpful? Give feedback.
All reactions