Skip to content

Commit

Permalink
Fixed: Demo JS
Browse files Browse the repository at this point in the history
  • Loading branch information
TarekRaafat committed Jun 18, 2021
1 parent 3df522e commit 7c64f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/demo/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const autoCompleteJS = new autoComplete({
}
},
keys: ["food", "cities", "animals"],
caches: true,
cache: true,
filter: (list) => {
// Filter duplicates
// incase of multiple data keys usage
Expand Down

0 comments on commit 7c64f5e

Please sign in to comment.