Remove click interaction on filter input

Update tables only on keypress events so that empty tables do
not blink when the filter input gets clicked on.

Change-Id: Ifebefc1867254bd1ad74112550acd1a5cf2e0a26
Closes-Bug: #1670809
This commit is contained in:
Chiew Yee Xin 2017-07-11 15:19:03 +09:00
parent 29a6ed4cc0
commit 530c2fa78a
1 changed files with 1 additions and 1 deletions

View File

@ -619,7 +619,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 () {