Increase input throttle to 200ms

This commit is contained in:
Corey Johnson & Kevin Sawicki
2012-12-12 15:48:56 -08:00
parent e15306d8cc
commit f8dd51cab6

View File

@@ -16,7 +16,7 @@ class SelectList extends View
@viewClass: -> 'select-list'
maxItems: Infinity
inputThrottle: 50
inputThrottle: 200
filteredArray: null
cancelling: false