-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Description
Vue.js version
2.0.0.rc.7 and older
Reproduction Link
https://jsfiddle.net/Lonzpg7h/
Steps to reproduce
- Type one letter into input field - value won't show up but console logs that event was fired
- Type more text - you will see now that value is updating correctly
- Now repeat step 1 but with removed
this.isDirty = value !== ''
or'is-dirty': this.isDirty
declaration - value shows up immediately
What is Expected?
I think input value should be visible on the first keystroke as well
What is actually happening?
In some case input value doesn't show up until you enter text for the second time.
Any idea what's going on here?
Metadata
Metadata
Assignees
Labels
No labels