mirror of https://github.com/apache/nifi.git
NIFI-6188 - Added 1s delay on Search control autocomplete query event to prevent premature results retrieval
This closes #3408. Signed-off-by: Brandon Devries <devriesb@apache.org>
This commit is contained in:
parent
4810f6d32e
commit
96279415a7
|
@ -229,6 +229,7 @@
|
|||
|
||||
// configure the new searchAutocomplete jQuery UI widget
|
||||
this.getInputElement().searchAutocomplete({
|
||||
delay : 1000,
|
||||
appendTo: '#search-flow-results',
|
||||
position: {
|
||||
my: 'right top',
|
||||
|
|
Loading…
Reference in New Issue