-
Notifications
You must be signed in to change notification settings - Fork 38
Month/Year cannot be changed in Date-picker #59
Copy link
Copy link
Open
Description
I'm using Version 2.1.1 of this package in a flutter web project. My table uses a DateRangePickerTableFilter - when i'm opening the DatePicker (calender-view) i see no option to change the month or year. When i use the text-input i can change the month or year (according to the defined range).
DateRangePickerTableFilter(
id: Constants.columnIdDate,
name: S.of(context).filterTitleDate,
formatter: (DateTimeRange dateRange) => S
.of(context)
.betweenDates(DateFormat.yMd().format(dateRange.start), DateFormat.yMd().format(dateRange.end)),
chipFormatter: (DateTimeRange dateRange) => S
.of(context)
.betweenDates(DateFormat.yMd().format(dateRange.start), DateFormat.yMd().format(dateRange.end)),
initialValue: null,
firstDate: DateTime(2023, 10, 1),
lastDate: DateTime.now(),
enabled: true,
),

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels