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
505 stars 147 forks source link

fix: should wait for button click when both asSingle and showFooter are true #229

Open Elbarae1921 opened 5 months ago

Elbarae1921 commented 5 months ago

This PR addresses #140.

Problem: When asSingle is enabled, the datepicker ignores showFooter and submits when a value is picked instead of waiting for button click.

Solution: check if showFooter is enabled before submitting.