-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Description
Hello!
When using v-model
on input (for example) along with a filter there is lag between input value and vm data value.
You can see it on example (try typing some numbers into input):
http://jsfiddle.net/alekzonder/tw22zu3z/3/
If value is modified by the filter, there is always a lag.
Had to add something like that to fix the problem:
http://jsfiddle.net/tw22zu3z/55/
Don't know if it's a bug or a feature, but I would like to get some easy method to sync those values.
Metadata
Metadata
Assignees
Labels
No labels