Skip to content

Commit a09462f

Browse files
committed
Autocomplete demo: Datasource needs min. 3 characters
1 parent c879f62 commit a09462f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/autocomplete/remote-jsonp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
});
3939
},
40-
minLength: 2,
40+
minLength: 3,
4141
select: function( event, ui ) {
4242
log( ui.item ?
4343
"Selected: " + ui.item.label :

0 commit comments

Comments
 (0)