[Bug] :clearable="true" does not work
Opened this issue · 1 comments
charliestrafe commented
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
Samaev commented