The data-vv-delay directive is not working at all on this version. Tried versions 19, 20, 21 and they are all working.
https://jsfiddle.net/Slaven/dto4u3ue/2/
this fiddle shows that data-vv-as works but the delay doesn't react even if it's passed in as an object in config
Same for me as well.
It doesn't work with v-model because of new feature introduced "v-model" detection. I don't think that can be resolved as the plugin now watches for the model changes not the input, so effectively you are passing an arg if you use v-model. since the debounce feature was removed from Vue 2.0 you need to do it yourself. Like mentioned in 2.0's upgrade tips:
debounce deprecated, use v-on:input + 3rd party debounce function
Looks like I missed that part. Ill figure something out. Thanks for the quick reply!
Best to remove this from your website though, because it still works there. Mine is broken now too since upgrade to the latest beta.
Most helpful comment
Best to remove this from your website though, because it still works there. Mine is broken now too since upgrade to the latest beta.