Skip to content
Snippets Groups Projects
Commit 17968e69 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

Merge branch '33-calendar_date_selection' into 'master'

calendar date selection: the selected date is now the initial date

Closes #33

See merge request !19
parents d64b0038 2503c6c2
No related branches found
No related tags found
1 merge request!19calendar date selection: the selected date is now the initial date
Pipeline #6037 canceled with stage
......@@ -78,7 +78,7 @@ class _CalendarEventViewState extends State<CalendarEventView> {
context: context,
firstDate: DateTime(1999, 01, 01),
lastDate: DateTime(2100, 12, 31),
currentDate: initial,
initialDate: initial,
initialEntryMode: DatePickerEntryMode.calendarOnly,
cancelText: "Cancel",
confirmText: "Confirm",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment