Skip to content

Commit 378726b

Browse files
fmalchervalorkin
authored andcommitted
fix(datepicker): update activeDate on select (#1676)
1 parent 63c64e0 commit 378726b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/datepicker/datepicker.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ export class DatePickerComponent implements ControlValueAccessor {
120120
}
121121

122122
public onUpdate(event: any): void {
123+
this.activeDate = event;
123124
this.onChange(event);
124125
}
125126

0 commit comments

Comments
 (0)