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

BUG: Autocomplete executes remote query on focus out #767

Closed
grodriguez85 opened this issue Aug 1, 2017 · 3 comments
Closed

BUG: Autocomplete executes remote query on focus out #767

grodriguez85 opened this issue Aug 1, 2017 · 3 comments

Comments

@grodriguez85
Copy link

grodriguez85 commented Aug 1, 2017

It must only executes the remote query when searchText changes. This causes me problems when trying to click on the noMatchesMessage as it tries to perform a query and the noMatchesMessage goes away before I can click on it.

*For the query I'm using ember concurrency addon.

I will save the searchText used in the last query performed to don't execute the query on focus out to solve my issue, but this is still a bug.

@xomaczar
Copy link
Contributor

xomaczar commented Oct 4, 2017

Confirm - will PR a fix soon

@xomaczar
Copy link
Contributor

@grodriguez85 latest master resolves this issue - please verify

@grodriguez85
Copy link
Author

Yes, it's working as expected now, closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants