ciena-frost / ember-frost-core

http://ciena-frost.github.io/ember-frost-core/
MIT License
18 stars 42 forks source link

`frost-select` add debounceInterval to onChange #472

Closed helrac closed 7 years ago

helrac commented 7 years ago

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