Haixing-Hu / vue-datetime-picker

A Vue.js component implementing the datetime picker control using the Eonasdan's bootstrap datetime picker plugin.
http://haixing-hu.github.io/vue-datetime-picker/
MIT License
341 stars 77 forks source link

vue-validator support #21

Closed nacr closed 2 years ago

nacr commented 8 years ago

Well this is also a request but it could be bad codding on my part. I'm using vue-validator and in some situations this package dos not work as expected.

i.e. when the date ou datetime is deleted the validator still acts as the field is valid.

Is any one else using vue-validator? https://github.com/vuejs/vue-validator

tks