edisdev / vue-datepicker-ui

Datepicker Component For Vue
https://edisdev.github.io/vue-datepicker-ui/
MIT License
427 stars 30 forks source link

Property showClearButton not working #43

Closed contix93 closed 3 years ago

contix93 commented 3 years ago

The property showClearButton doesn't work. I'm passing it but as you can see it is recognized as attributes and not as props.

datePicker(v-model="myValue" :showClearButton="true")

Schermata 2021-07-14 alle 10 39 24
contix93 commented 3 years ago

I didn't update to the latest release, my fault!