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-reset-blur event is not working #67

Closed
orenagiv opened this issue Apr 21, 2017 · 6 comments
Closed

autocomplete-reset-blur event is not working #67

orenagiv opened this issue Apr 21, 2017 · 6 comments

Comments

@orenagiv
Copy link

orenagiv commented Apr 21, 2017

Hey,

The event 'autocomplete-reset-blur' is not working.
Looking at the code - the correct name of the event is 'autocomplete-reset'.

So when using the following - the event is fired properly upon "clear":
autocomplete.addEventListener('autocomplete-reset', function() { // Do something });

@jhuesos
Copy link
Collaborator

jhuesos commented May 12, 2017

Hey, first of all, thanks for letting us know about this. You are right, the events described in the documentation haven't worked in a little white.

I am fixing the code to follow the API, so I will be triggering the event name: autocomplete-reset-blur

@jhuesos
Copy link
Collaborator

jhuesos commented May 12, 2017

v2.5.2 contains the fix. Thanks again for letting us know about this problem

@orenagiv
Copy link
Author

Thanks!

@hariprasadiit
Copy link

hariprasadiit commented Aug 7, 2017

v3.0.0 has this issue. till v2.6.1 it's been fixed, but reset code changes seem to introduce it again.

paper-autocomplete is firing reset event, but reset-blur is documented.

@jhuesos jhuesos reopened this Aug 12, 2017
@jhuesos jhuesos reopened this Aug 12, 2017
@jhuesos
Copy link
Collaborator

jhuesos commented Aug 12, 2017

I will reopen it until I release the new version. Sorry for the spam

@jhuesos
Copy link
Collaborator

jhuesos commented Aug 12, 2017

Fixed in version 3.0.1. Thanks again for telling me about this regression.

@jhuesos jhuesos closed this as completed Aug 12, 2017
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

3 participants