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

Input event triggered when clicking outside of an input field #5587

Closed
lauremi opened this issue May 3, 2017 · 3 comments
Closed

Input event triggered when clicking outside of an input field #5587

lauremi opened this issue May 3, 2017 · 3 comments

Comments

@lauremi
Copy link

lauremi commented May 3, 2017

Version

2.3.2

Reproduction link

https://jsfiddle.net/x38qq616/1/

Steps to reproduce

In this jsfiddle: https://jsfiddle.net/x38qq616/1/

  1. Type a character in the input field. The input event is logged in the console.

  2. Click outside of the input field. Another input event is logged in the console (this should not happen)

What is expected?

No input event should be triggered, like before (in vue 2.6.2)

What is actually happening?

An input event is triggered


This is a regression, it did not occur in vue 2.6.2. This breaks our autocomplete component which relies on input events to trigger autocompletion.

@rdzar
Copy link

rdzar commented May 3, 2017

Just tested, this is the same random-event mentioned in #5586 :)

@posva
Copy link
Member

posva commented May 3, 2017

Closing as dup of #5586

@posva posva closed this as completed May 3, 2017
@WouterSioen
Copy link

I have the same issue but with change events. When I click/tab out of an input field, the change event is triggered.

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

4 participants