react-tailwindcss-datepicker icon indicating copy to clipboard operation
react-tailwindcss-datepicker copied to clipboard

Modern date range picker component for React using Tailwind 3 and dayjs. Alternative to Litepie Datepicker.

Results 152 react-tailwindcss-datepicker issues
Sort by recently updated
recently updated
newest added

Their should be an prop that centers the calendar with the input box. Right now it is aligned left. When I center the Datepicker, so that the input is centered,...

This issue does not seem to have been fixed, but has been closed. https://github.com/onesine/react-tailwindcss-datepicker/issues/12 Creating issue so it doesn't get forgotten.

![image](https://user-images.githubusercontent.com/36871034/233223872-3184b7e4-b5c3-41c8-8abf-ae418fa12cf8.png)

Hello, I would like to update overall styles inside the picker to match my branding but I found it really hard to target everything with CSS. `containerClass` prop was useful...

As of [this change](https://github.com/onesine/react-tailwindcss-datepicker/commit/4919fdbce954290f2d2b671a9cf0d9ce9591d2ae), we can no longer specify a primary colour that isn't in your predefined list. Previously we specify a colour that was added to the Tailwind config,...

Added `isClearable` prop which will allow to hide Clear button when it is unwanted. I've also thought about disabling this button, but in my opionion this is more UX friendly.

When typing in a date, and not selecting it, the date gets formatted and selected, and it also triggers the onChange event. This all works great, however, the menu that...

The datepicker will only use the default date format (YYYY-MM-DD) when using shortcuts (config) rather than the date format provided to the component. This causes issues with at a minimum...

When I type into the input no matter what date format I use, I do not see the onChange being triggered