You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2017. It is now read-only.
The bug makes the plugin unusable when there are more than a single validity tag, so generally unusable. It seems that only the first validity element is processed. I know that because I put a watch on $validation.myValidator and when it changes from undefined to something, it only contains the first validity element.
Really needs documentation and a quick and functional release for 2.0, this is really annoying for people upgrading from 1.x that were using the previous VueValidator release (which was marvelous).
Edit : The plugin seems to be functional even though the error still persists. But something throwing an error is never functional for a good programmer.
Activity
shinygang commentedon Nov 15, 2016
the other question:
1、hao to activate the validation1 validate in my js code. which method?
2、when will the V3‘s document be released?
farrance commentedon Nov 16, 2016
I'm having the same issue.
kazupon commentedon Nov 16, 2016
Thank you for your feedback.
I seem that is bug ...
I'll try to fix next release.
Sorry, I'm busy hard to work ...
Please wait 🙇
mesis commentedon Nov 24, 2016
I'm having the same issue here.
maxKimoby commentedon Nov 24, 2016
The bug makes the plugin unusable when there are more than a single validity tag, so generally unusable. It seems that only the first validity element is processed. I know that because I put a watch on $validation.myValidator and when it changes from undefined to something, it only contains the first validity element.
Really needs documentation and a quick and functional release for 2.0, this is really annoying for people upgrading from 1.x that were using the previous VueValidator release (which was marvelous).
Edit : The plugin seems to be functional even though the error still persists. But something throwing an error is never functional for a good programmer.
hxd520love commentedon Nov 26, 2016
一开始会有三个undefined,然后才是对的。而且按照文档写的,请大大查看