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

A tailwindcss/flowbite datepicker component built as a react component with types

Results 35 tailwind-datepicker-react issues
Sort by recently updated
recently updated
newest added

Added inputRef to be able to integrate with react-hook-form

Hi! Me again. I would like to trigger a event when clearing the date. Unfortunately onChange is not triggered in this case. Please, let me know any adjusts you need.

How can I listen when clearing date using clear button? or its not implement yet? ![image](https://github.com/OMikkel/tailwind-datepicker-react/assets/59402978/b92e172e-f2d5-43f2-966b-317dbccd22ec)

By default when component is mounted the current date is selected. Is there a way to keep the field empty similar to what clear button does.

`handleClickOutside` relies on refs to the input element and the picker modal, which are not available when using an individual `input` element.

For eg. maxDate is set to 2nd Jan 2024. clicking on next() button, doesn't update the UI, i.e. the UI still shows Jan, 2024 calender but behind the hood, it...

Thanks for great product - one question I'm trying to use placeholder prop but if no date selected then today's date is showing rather than placeholder - is there a...

## What does this change do? If the developer has specified a minDate and the user arrives at the last possible page but continues to hit the previous button, the...