Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
fix(caching): disable autocomplete caching (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMontane authored Dec 14, 2018
1 parent f807d50 commit 30b516a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/createAutocompleteDataset.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ export default function createAutocompleteDataset(options) {
templates,
displayKey: 'value',
name: 'places',
cache: false,
};
}
1 change: 1 addition & 0 deletions src/createAutocompleteDataset.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ describe('createAutocompleteDataset', () => {
templates: { template: 'test', value: 'test', option: 'test' },
displayKey: 'value',
name: 'places',
cache: false,
});
});

Expand Down

0 comments on commit 30b516a

Please sign in to comment.