I am binding the change event of a textinput field to a function that will call refresh() on an ICollectionView. What I was wondering is if it would be smarter to use some sort of Timer to call the refresh function to avoid filtering too many times since someone will be typing a string of characters. Anyone dealt with this?
- [flexcoders] Continuous refresh() on ICollectionView arieljake

