icehaunter / vue3-datepicker

Simple datepicker component for Vue 3
https://icehaunter.github.io/vue3-datepicker/
MIT License
150 stars 153 forks source link

Removed unnecessary curly braces around some :clearable props #47

Closed Domohh closed 3 years ago

Domohh commented 3 years ago

Please correct me if I'm wrong here, but did some testing and from my perspective there's a typo around some of the :clearable props that just need a boolean and not expect a variable called "true" or "false" :)