icehaunter / vue3-datepicker

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

Selected month is displayed in the datepicker after cleaning the field #46

Closed ES0707 closed 1 year ago

ES0707 commented 3 years ago

Hi! Datepicker is opened on a selected month (not current one) after cleaning the field. So a user selects a date from previous month, than clears the field by X icon, than opens the datepicker again and previously selected month is displayed (until refreshing a page). Could you add displaying current month in the datepicker after cleaning the field, please.