Commit cccb78b9 authored by Cedric Deschenes's avatar Cedric Deschenes

Added the input event when for the filter listener

parent eec0b51e
...@@ -553,7 +553,7 @@ ...@@ -553,7 +553,7 @@
this.$filter.val(this.query).on('click', function(event) { this.$filter.val(this.query).on('click', function(event) {
event.stopPropagation(); event.stopPropagation();
}).on('keydown', $.proxy(function(event) { }).on('input keydown', $.proxy(function(event) {
// This is useful to catch "keydown" events after the browser has updated the control. // This is useful to catch "keydown" events after the browser has updated the control.
clearTimeout(this.searchTimeout); clearTimeout(this.searchTimeout);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment