ctrachte / Datepicker.js

Simple standalone date picker with only html, css and moment.js
https://www.npmjs.com/package/moment-datepicker-js
MIT License
4 stars 7 forks source link

onClose conflict #109

Closed andrewdeclue closed 3 years ago

andrewdeclue commented 3 years ago

onClose fires sometime before the Datepicker.dates property is defined. This causes the datepicker to break if the onClose function includes a reference to datepicker.dates.

image

image