This could pose a potential unintended delay for onChange for anything using debounceInterval with onInput.
The issue I am having is with multi-select where I am querying the database with the onChange event. So, say I select 4 items, it will query the database 4 times instead of waiting for the debounce and query it once with all 4 items
This could pose a potential unintended delay for onChange for anything using debounceInterval with onInput.
The issue I am having is with multi-select where I am querying the database with the onChange event. So, say I select 4 items, it will query the database 4 times instead of waiting for the debounce and query it once with all 4 items