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 has been archived by the owner on Dec 25, 2017. It is now read-only.
I would like to ask about if I want to trigger the whole form valiidate before submit (or in submit).
What should I do?
In the group example, I would like to have each input contains value before submit. But now, it can be submit with empty string.
In the previous version, there is a function this.$validate(true, function(){})
In 3.0, is there any similar function?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Here is the link
https://github.com/kazupon/vue-validator/blob/dev/examples/group/index.html
vue & vue-validator version
2.1.0 , 3.0.0-alpha.2
I would like to ask about if I want to trigger the whole form valiidate before submit (or in submit).
What should I do?
In the group example, I would like to have each input contains value before submit. But now, it can be submit with empty string.
In the previous version, there is a function this.$validate(true, function(){})
In 3.0, is there any similar function?
The text was updated successfully, but these errors were encountered: