display up to 7 matches in typeahead so wc shows all wc locationgroups
This commit is contained in:
parent
517e194c44
commit
e2624230a5
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ c3nav = {
|
|||
});
|
||||
c3nav._typeahead_options = {
|
||||
source: c3nav._typeahead_locations,
|
||||
limit: 7,
|
||||
display: function(item) {
|
||||
return item.title;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue