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.
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.