onesine / react-tailwindcss-datepicker

Modern date range picker component for React using Tailwind 3 and dayjs. Alternative to Litepie Datepicker.
https://react-tailwindcss-datepicker.vercel.app/
MIT License
532 stars 157 forks source link

[Feature Request] onBlur prop #34

Open nic-iw opened 1 year ago

nic-iw commented 1 year ago

Seems that Datepicker does not propagate addiitional props such onBlur, and using it with Formik for example, does not take into account whether Datepicker was touched or not...

Any idea how to overcome the issue?

Thank you

onesine commented 1 year ago

Hello @nic-iw 👋 Thank you for using our package.

So sorry for the delay. Thanks for the feature request. Rest assured that we will implement it very soon.

PRs are always welcome 🎉.

mraballard commented 1 month ago

Hello @onesine, any update on this? Would be great to incorporate other event handlers as well...