mengxiong10 / vue-datepicker-next

A datepicker / datetimepicker component for Vue3
https://mengxiong10.github.io/vue-datepicker-next/
MIT License
147 stars 34 forks source link

[Bug] :clearable="true" does not work #45

Open charliestrafe opened 1 year ago

charliestrafe commented 1 year ago

Vue2-datepicker version: 1.0.3 Vue version: 3.2.47 Browser: chrome

Steps to reproduce Add :clearable="true" to your datepicker component and it does nothing

Expected behavior I would expect it to show a button that says 'clear' and when clicked it clears the range / date you have previous selected

Actual behavior No button is shown and nothing is added to the component