Modern date range picker component for React using Tailwind 3 and dayjs. Alternative to Litepie Datepicker.
552
stars
169
forks
source link
fix: should wait for button click when both asSingle and showFooter are true #229
Closed
Elbarae1921 closed 3 months ago
This PR addresses #140.
Problem: When
asSingle
is enabled, the datepicker ignoresshowFooter
and submits when a value is picked instead of waiting for button click.Solution: check if
showFooter
is enabled before submitting.