8210405: Javadoc search doesn't always consider full input upon Enter
Reviewed-by: jjg
This commit is contained in:
parent
36ca4f5893
commit
f8c4729c1b
@ -149,7 +149,7 @@ $.widget("custom.catcomplete", $.ui.autocomplete, {
|
||||
$(function() {
|
||||
$("#search").catcomplete({
|
||||
minLength: 1,
|
||||
delay: 100,
|
||||
delay: 300,
|
||||
source: function(request, response) {
|
||||
var result = new Array();
|
||||
var presult = new Array();
|
||||
|
Loading…
Reference in New Issue
Block a user