themesberg / flowbite-datepicker

A Tailwind CSS datepicker built with vanilla JavaScript
https://flowbite.com/docs/components/datepicker/
MIT License
139 stars 43 forks source link

Datepicker does not hide #2

Open zedomel opened 2 years ago

zedomel commented 2 years ago

The datepicker does not hide: adding classes active and block with hidden does not hide the dp. Using toggle to add/remove classes.

flickgradley commented 1 year ago

Ran across this as well. Seems like a straightforward bug - removing and then re-adding active and block classes. Could we merge this?