hilongjw / vue-datepicker

[Deprecated] calendar and datepicker component with material design for Vue.js
http://hilongjw.github.io/vue-datepicker/demo.html
MIT License
702 stars 207 forks source link

Avoiding an Invalid date if picking an empty day #7

Closed blogui91 closed 8 years ago

blogui91 commented 8 years ago

I noticed when you pick an empty day in calendar, it returns invalid date because its value is '' . I am just adding a conditional to validate if value is empty.