chrisdavies / tiny-date-picker

A small, modern, dependency-free date picker
https://chrisdavies.github.io/tiny-date-picker/
415 stars 88 forks source link

BaseMode's render returns if no dp.el.firstChild #96

Closed ericconstantinides closed 5 years ago

ericconstantinides commented 5 years ago

Occasionally, after about 8 instances of of the datepicker, the firstChild is undefined and crashes the datepicker. Changing "if (!dp.el)" to "if (!dp.el || !dp.el.firstChild)" fixes this issue.

ericconstantinides commented 5 years ago

Thanks for the tiny-date-picker! I'm using it in a React app and it's working great!

chrisdavies commented 5 years ago

Thanks for the PR! I'm way behind on my OSS work right now due to lots of different things, so sorry for the delay!