vuejs / Discussion

Vue.js discussion
166 stars 17 forks source link

How to validate when blur a component. #1322

Closed dunghd closed 6 years ago

dunghd commented 6 years ago

Hello,

I have add v-validate="'required'" in input tag <input> and <multiselect> and <datepicker>. This require validation works well with <input> tag after we blur it without fill data. But this require validation doesn't work with <multiselect> and <datepicker> after I blur them without choose data.

How can I make it works like <input>?

Thanks.