Versions
i wanted to add vee-validation for vuetify datepicker.
datepicker works fine but it doesnt validate datepicker
i have used same method for vue-phone-number-input and it works fine
here is the code that i have been trying
https://codesandbox.io/s/wandering-hill-5fi9d
This is because the menu component is using v-model, which makes vee-validate think its the input and since false is a valid value for required it passes validation. You could try to remove the v-model or find an alternative for the menu component.
thank you very much
i got it now
Most helpful comment
This is because the
menucomponent is usingv-model, which makes vee-validate think its the input and sincefalseis a valid value forrequiredit passes validation. You could try to remove thev-modelor find an alternative for themenucomponent.https://codesandbox.io/s/vigorous-taussig-s0ex1