Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AutoComplete completeMethod triggered twice / delay does not work as expected #111

Closed
hkraymondhk opened this issue Sep 22, 2017 · 3 comments
Assignees
Labels
Type: Bug Issue contains a defect related to a specific component.
Milestone

Comments

@hkraymondhk
Copy link

completeMethod is called 2 times.
When delay set to 0, triggered the callback twice for every key strokes.
When delay set to 5000 (5s), successive key strokes triggered successive completeMethod callback (1 per key stroke),
and 1 more completeMethod callback is triggered after 5s from the last key stroke.

@MariuszKogut
Copy link
Contributor

MariuszKogut commented Oct 6, 2017

I run also into this issue. Here you can see some debug outputs:

6.10.2017, 15:48:11 --> handleBrokerChange {originalEvent: Proxy, value: "a"}
6.10.2017, 15:48:11 --> handleCompleteMethod {originalEvent: Proxy, query: "a"}
6.10.2017, 15:48:13 --> handleCompleteMethod {originalEvent: Proxy, query: "a"}

@tsinghammer
Copy link

Hi, I've also come accross this issue.
Would be fantastic if that'd be fixed in the upcoming version.

@cagataycivici cagataycivici self-assigned this Oct 16, 2017
@cagataycivici cagataycivici added the Type: Bug Issue contains a defect related to a specific component. label Oct 16, 2017
@cagataycivici cagataycivici added this to the 1.1.0 milestone Oct 16, 2017
@cagataycivici
Copy link
Member

AutoComplete has been rewritten and this issue has been fixed along the way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
Development

No branches or pull requests

4 participants