kazupon / vue-validator

:white_check_mark: Validator component for Vue.js
MIT License
2.19k stars 431 forks source link

Custom directive's update function is not called on update #223

Closed imrefazekas closed 8 years ago

imrefazekas commented 8 years ago

Guys, I have a problem. I define a component describing "contact" information with an input field with v-model directive.

A custom directive is defined, but its update functions called only once when it is bounded. If I type anything, update function is not called.

https://jsfiddle.net/o6gby3rx/

Any idea would be much appreciated!

imrefazekas commented 8 years ago

Jesus, sorry wrong repository ... I should have opened this in vue repository. Sorry guys!