mengxiong10/vue-datepicker-next

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

Opened this issue · 1 comments

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

By "clear button" do you mean this one? seems like it works well

image