react-tailwindcss-datepicker
react-tailwindcss-datepicker copied to clipboard
startFrom not accepting date as string
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