jdtcn / BlazorDateRangePicker

A Blazor component for choosing date ranges and dates
MIT License
186 stars 34 forks source link

Range selection - Changing month/year on first calendar should change second calendar #10

Closed mikes-gh closed 4 years ago

mikes-gh commented 4 years ago

This is looking really good.

If I change the month or year on the first calendar the second should change to the following month (if it is previous to the first)

eg First calendar July 2021 then the second should also change to August 2021 eg First calendar December 2019 then the second should also change to January 2020

Allowing easier range selection.

I realise I should probably do a PR for this but it may not be for a while. Leaving this here not as a demand but as a note.

jdtcn commented 4 years ago

Hi, thanks for your feedback.

There is a LinkedCalendars property, that is set to false by default. When it's set to true the two calendars will always display two sequential months.