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
552 stars 170 forks source link

startFrom not accepting date as string #206

Open rishavjalan opened 1 year ago

rishavjalan commented 1 year ago

When using the value from the picker which is set by onChange, the value is string When trying to use it for startFrom then it fails with the error Type 'string' is not assignable to type 'Date'.ts

I see in the docs it should accept string but i am unable to make that work https://react-tailwindcss-datepicker.vercel.app/props#min-date-and-max-date