Unable to display current month when setting selectionRange property value to future date range
Here is my requirement. Multiviewcalendar should display 12 months and first month should be current month. User selected a future date range. In edit mode, highlighted user selected future date range in calendar by setting property [selectionRange]="userSelectedDateRange". Here the issue is calendar's first month is user selected future month. Not current month. Is there any fix to display current month and highlight selected future dates.