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
551 stars 169 forks source link

In Ios device month is not showing #283

Open DeepInfynno opened 1 month ago

DeepInfynno commented 1 month ago

I am using iPhone and React Tailwindcss Datepicker's version 1.7.2 when I click on month it is not show me months can you please help me how to fix

https://github.com/user-attachments/assets/86347afe-f660-4849-9955-7563724b9b05

namngv commented 3 weeks ago

I got the same problem. I think this date format might got problem when converting with month < 10 without adding a padding 0 at the front. image

leonelhenriquez commented 3 weeks ago

@namngv solved in #278