Merge "Remove click interaction on filter input"

This commit is contained in:
Jenkins 2017-07-17 04:22:38 +00:00 committed by Gerrit Code Review
commit 03d671f4db
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ horizon.datatables.set_table_query_filter = function (parent) {
var qs = input.quicksearch(table_selector + ' tbody tr', {
'delay': 300,
'loader': 'span.loading',
'bind': 'keyup click',
'bind': 'keyup',
'show': this.show,
'hide': this.hide,
onBefore: function () {