shubhadip / vuejs3-datepicker

vue 3 datepicker. supports disabling, highlighting of dates and programmatic access of date.
https://vuejs3-datepicker.netlify.app/
MIT License
69 stars 40 forks source link

Clear button does not work #55

Closed rajmondburgaj closed 1 year ago

rajmondburgaj commented 1 year ago

I enabled clear button but seems it does not work as expected, first the design is not in place, the icon shows under the box instead of the right side, and secondly it does not nothing.

<datepicker :value="value" :clear-button="true" @selected="dateSelected"></datepicker>

const dateSelected = (date: Date) => { alert('date selected') value.value = date }

image image

shubhadip commented 1 year ago

issue addressed in 1.0.1