From: Jörn Zaefferer Date: Wed, 23 Apr 2014 17:56:48 +0000 (+0200) Subject: Autocomplete demo: Datasource needs min. 3 characters X-Git-Tag: 1.11.0-beta.1~25 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a09462fd5cac3361f2fa0fd865c1edf1d53b4a75;p=jquery-ui.git Autocomplete demo: Datasource needs min. 3 characters --- 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 :