Skip to content

Commit 1481000

Browse files
committed
Fix groupBy test value.
1 parent 6a7bc22 commit 1481000

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

typings/jquery-autocomplete/jquery.autocomplete-tests.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,7 @@ input.autocomplete({
134134
formatResult(suggestion: AutocompleteSuggestion, currentValue: string): string {
135135
return currentValue;
136136
},
137-
groupBy: [
138-
{ value: 'Chicago Blackhawks', data: { category: 'NHL' } },
139-
{ value: 'Chicago Bulls', data: { category: 'NBA' } }
140-
],
137+
groupBy: "category",
141138
maxHeight: 300,
142139
width: "auto",
143140
zIndex: 9999,

0 commit comments

Comments
 (0)