aboutsummaryrefslogtreecommitdiffstats
path: root/demos/autocomplete
diff options
context:
space:
mode:
Diffstat (limited to 'demos/autocomplete')
-rw-r--r--demos/autocomplete/remote-jsonp.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/autocomplete/remote-jsonp.html b/demos/autocomplete/remote-jsonp.html
index 49a4bc58a..32b980ff6 100644
--- a/demos/autocomplete/remote-jsonp.html
+++ b/demos/autocomplete/remote-jsonp.html
@@ -37,7 +37,7 @@
}
});
},
- minLength: 2,
+ minLength: 3,
select: function( event, ui ) {
log( ui.item ?
"Selected: " + ui.item.label :