OMikkel / tailwind-datepicker-react

A tailwindcss/flowbite datepicker component built as a react component with types
https://omikkel.github.io/tailwind-datepicker-react/
MIT License
160 stars 68 forks source link

click away listener not working #21

Open ebettenga opened 1 year ago

ebettenga commented 1 year ago

I'm not able to click outside the popup window to minimize. I have a click away listener, but it doesn't look like the ref for the popup window is forward so It can't be referenced as is. If this is something you'd like to support i'd be happy to submit a PR.