showonne / vue-date

A datepicker component for Vue.js
https://showonne.github.io/vue-date/
MIT License
156 stars 65 forks source link

How to clear the date field #3

Closed emperorjm closed 7 years ago

emperorjm commented 7 years ago

I need to be able to reset the date field once set. How can this be done?

showonne commented 7 years ago

@emperorjm Just change data to empty string ? I added a default height for .datepicker to avoid style bug . Demo link

emperorjm commented 7 years ago

Thanks. Would you plan on adding such a button within the datepicker by default?

showonne commented 7 years ago

@emperorjm Added. Demo link