Issues_July_2W #252

Merged
vikas.nale merged 116 commits from Issues_July_2W into main 2025-07-14 10:40:20 +00:00
Showing only changes of commit a14f2b0738 - Show all commits

View File

@ -27,6 +27,7 @@ const DateRangePicker = ({
defaultDate: [startDate, endDate],
static: true,
clickOpens: true,
maxDate: endDate, // Disable future dates
onChange: (selectedDates, dateStr) => {
const [startDateString, endDateString] = dateStr.split(" to ");
onRangeChange?.({ startDate: startDateString, endDate: endDateString });