Checkboxlist Debounce
Hi guys. I have a CheckboxList component, with
debounce(2500)
/ live(debounce: 2500)
configured.
But for some reason, instead of allowing me to select multiple checkboxes within the 2500ms duration and THEN update the state with all selected options, it just debounces for the 2500ms and then sends the first selected checkbox only.
Any idea how to fix this?0 Replies