kazupon / vue-validator

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

Question About Group Example #358

Open vip30 opened 7 years ago

vip30 commented 7 years ago

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?