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

onFocus triggers on form rendering #39

Open carstenblt opened 1 year ago

carstenblt commented 1 year ago

I have a modal with only one input element (the date picker). As soon as the modal opens, the date picker is shown, because it is the only input element and gets focused.