mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Autocomplete demo: Datasource needs min. 3 characters
This commit is contained in:
parent
c879f62f7b
commit
a09462fd5c
@ -37,7 +37,7 @@
|
||||
}
|
||||
});
|
||||
},
|
||||
minLength: 2,
|
||||
minLength: 3,
|
||||
select: function( event, ui ) {
|
||||
log( ui.item ?
|
||||
"Selected: " + ui.item.label :
|
||||
|
Loading…
Reference in New Issue
Block a user