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}
|
lang={lang}
|
||||||
locale={locale}
|
locale={locale}
|
||||||
mode="range"
|
mode="range"
|
||||||
defaultMonth={selectedRange?.from}
|
|
||||||
/** Showing full year or what's left of it */
|
/** Showing full year or what's left of it */
|
||||||
numberOfMonths={13}
|
numberOfMonths={13}
|
||||||
onSelect={handleOnSelect}
|
onSelect={handleOnSelect}
|
||||||
|
|||||||
Reference in New Issue
Block a user