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:
119119
120120 {
121121 // 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" }
127127 ]
128128 }
129129
@@ -132,8 +132,8 @@ and onSelect callback. Alternatively, if there is no data you can
132132supply just a string array for suggestions:
133133
134134 {
135- query: "Unit",
136- suggestions: ["United Arab Emirates", "United Kingdom", "United States"]
135+ " query" : "Unit",
136+ " suggestions" : ["United Arab Emirates", "United Kingdom", "United States"]
137137 }
138138
139139## Non standard query/results
You can’t perform that action at this time.
0 commit comments