Lower inputThrottle on Select Lists to 50ms

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-12-17 16:27:30 -08:00
parent 9f8547a8da
commit f62ef2e68b

View File

@@ -16,7 +16,7 @@ class SelectList extends View
maxItems: Infinity
scheduleTimeout: null
inputThrottle: 200
inputThrottle: 50
filteredArray: null
cancelling: false