File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -119,11 +119,11 @@ Response from the server must be JSON formatted following JavaScript object:
119
119
120
120
{
121
121
// Query is not required as of version 1.2.5
122
- query: "Unit",
123
- suggestions: [
124
- { value: "United Arab Emirates", data: "AE" },
125
- { value: "United Kingdom", data: "UK" },
126
- { value: "United States", data: "US" }
122
+ " query" : "Unit",
123
+ " suggestions" : [
124
+ { " value" : "United Arab Emirates", " data" : "AE" },
125
+ { " value" : "United Kingdom", " data" : "UK" },
126
+ { " value" : "United States", " data" : "US" }
127
127
]
128
128
}
129
129
@@ -132,8 +132,8 @@ and onSelect callback. Alternatively, if there is no data you can
132
132
supply just a string array for suggestions:
133
133
134
134
{
135
- query: "Unit",
136
- suggestions: ["United Arab Emirates", "United Kingdom", "United States"]
135
+ " query" : "Unit",
136
+ " suggestions" : ["United Arab Emirates", "United Kingdom", "United States"]
137
137
}
138
138
139
139
## Non standard query/results
You can’t perform that action at this time.
0 commit comments