charliekassel / vuejs-datepicker

A simple Vue.js datepicker component. Supports disabling of dates, inline mode, translations
MIT License
2.61k stars 730 forks source link

Triggers "closed" event on clicking NOT on the datepicker. #864

Open Allemeshov opened 2 years ago

Allemeshov commented 2 years ago

I wanted to make a custom validation with the datepicker inside it. The call of the closed event was not triggered at all. I followed the initial emit of the input blur event. Then I have found out that it closes the datepicker but does not emit the "closed" event because it does not pass true argument.