We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9305aad commit 13817a4Copy full SHA for 13817a4
projects/igniteui-angular/src/lib/calendar/calendar.component.ts
@@ -772,6 +772,7 @@ export class IgxCalendarComponent extends IgxMonthPickerBaseDirective implements
772
public viewRendered(event) {
773
if (event.fromState !== 'void') {
774
this.activeViewChanged.emit(this.activeView);
775
+ if (this.activeView === 0) { this.resetActiveDate(); }
776
}
777
778
0 commit comments