mymth / vanillajs-datepicker

A vanilla JavaScript remake of bootstrap-datepicker for Bulma and other CSS frameworks
MIT License
719 stars 147 forks source link

Make custom events bubbling #157

Closed gucki closed 11 months ago

gucki commented 11 months ago

Right now all custom events don't bubble. Is there a special reason for it? In some situations, it'd be great to have these events bubbling.

mymth commented 11 months ago

OMG, why didn't I notice until now...? It's just a careless mistake. So, thank you for the PR. I'll merge it soon.