Skip to content

Calendar does not refresh when date changes #3367

@mansi-mms

Description

@mansi-mms

Hi! Has anyone found a workaround for this issue?
I have an inline date picker and custom buttons added.
<button onClick={getThisWeekRange}> {t('thisWeek')} </button>
const getThisWeekRange = () => { setStartDate(startOfWeek(currentDay, [])); setEndDate(endOfToday()); }
If a previous month is opened and I click this button, the range is set correctly, but I still see that month.
I want to refresh the date picker in order to see the month of 'this week'
image

Originally posted by @mansi-mms in #2411 (comment)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions