Autocomplete demo: Datasource needs min. 3 characters

This commit is contained in:
Jörn Zaefferer 2014-04-23 19:56:48 +02:00
parent c879f62f7b
commit a09462fd5c

View File

@ -37,7 +37,7 @@
}
});
},
minLength: 2,
minLength: 3,
select: function( event, ui ) {
log( ui.item ?
"Selected: " + ui.item.label :