Conversation
|
thanks for the PR. there is already an |
|
Top-level index.ts is a copy of src one, with "src/" added to all import paths |
|
can you split it to 2 PR's? |
|
Ok, removed index.ts for now (but left that commit unchanged because I already depend on it in my project), will do something about index.ts or typings in the next PR |
|
can you change it so that |
bug: unnecessary search reload when cacheSearchTerm is false when KEY_DOWN event occurs leads to incorrect behavior
| event.preventDefault(); | ||
|
|
||
| this.completer.search(this.searchStr); | ||
| if (!this.completer.opened) { this.completer.search(this.searchStr) } |
|
version 1.5.4 now includes |
|
@oferh do you know when this PR will be merged? I am using |
Add cacheSearchTerm option (defaults to true, the same behavior as before) to mitigate #168
To fix the issue set cacheSearchTerm attribute of the ng2-completer to true.
Also add index.ts file, so ng2-completer could be installed from github like this: "yarn add yarn add https://github.com/oferh/ng2-completer