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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user