hypeserver / react-date-range

A React component for choosing dates and date ranges.
MIT License
2.57k stars 658 forks source link

Add possibility to prevent month focusing #516

Open qxFisher opened 2 years ago

qxFisher commented 2 years ago

Types of changes

What types of changes does your code introduce?

Put an x in the boxes that apply

Description

Added additional Calendar preventFocusOnDateChange prop to prevent any month jumping completely.

Related Issue: #515

raDiesle commented 2 years ago

Can it be that also the new code change will enrich the issue described in linked ticket? Whenever props change on Calendar, and the component rerenders, the view will snap to the focused date, which might be not what the user wants to see, if he already started navigating.