Merged in fix/SW-3025-datepicker (pull request #2347)

fix(SW-3025): select date from current month if already selected on mobile

* fix(SW-3025): select date from current month if already selected on mobile


Approved-by: Christian Andolf
This commit is contained in:
Bianca Widstam
2025-06-12 10:59:25 +00:00
parent 65e2ee47a5
commit 80791efc02

View File

@@ -74,7 +74,6 @@ export default function DatePickerRangeMobile({
lang={lang}
locale={locale}
mode="range"
defaultMonth={selectedRange?.from}
/** Showing full year or what's left of it */
numberOfMonths={13}
onSelect={handleOnSelect}