Skip to content

Commit

Permalink
chore: start v2 for more features with vanilla elegance
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Feb 24, 2024
1 parent 4c8790e commit b2973ef
Show file tree
Hide file tree
Showing 2 changed files with 197 additions and 117 deletions.
7 changes: 6 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,18 @@
};
ready(() => {
kompleter.init({
id: 'auto-complete',
dataSource: 'files/kompleter.json',
filterOn: 'Name',
fieldsToDisplay: [
'Name',
'CountryCode',
'Population'
]
],
animation: {
type: 'fadeIn',
duration: 500
}
});
});
</script>
Expand Down
Loading

0 comments on commit b2973ef

Please sign in to comment.