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

Debounced model is not updated #2400

Closed
dragantl opened this issue Feb 25, 2016 · 0 comments
Closed

Debounced model is not updated #2400

dragantl opened this issue Feb 25, 2016 · 0 comments
Labels

Comments

@dragantl
Copy link

Vue.js version

1.0.16

Reproduction Link

https://jsfiddle.net/4eh989ee/2/

Steps to reproduce

  1. Focus on the only input available within the output window, type a single k letter and immediately hit enter.
  2. Clear the text in the output.
  3. Type a single k letter, wait a two (2) seconds or more, and hit enter

What is Expected?

  1. Alert is show with the contents reading name: ""
  2. N/A
  3. Alert is show with the contents reading name: "k"

What is actually happening?

The model does not get set when the form is submitted.

Note

This is a duplicate of issue #2028. I commented after it was closed but didn't get any feedback. I don't know if anyone is being notified of the comments following the close of the issue.

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

No branches or pull requests

2 participants