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

When clicking the clear button it opens datepicker again. #205

Open hd-esteban opened 1 year ago

hd-esteban commented 1 year ago

Not sure if this is something possible but it seems currently there is no way to prevent the clear button from opening the DatePicker again when it is clicked.

For our use case we would like to remove the date when it is clicked and prevent the modal from being displayed again.

hd-esteban commented 1 year ago

@onesine I was wondering if you've any update on this.