-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Labels
Description
Vue.js version
1.0.16
Reproduction Link
https://jsfiddle.net/4eh989ee/2/
Steps to reproduce
- Focus on the only input available within the
output
window, type a singlek
letter and immediately hit enter. - Clear the text in the output.
- Type a single
k
letter, wait a two (2) seconds or more, and hit enter
What is Expected?
- Alert is show with the contents reading
name: ""
- N/A
- 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.