Skip to content

Commit 05a1c90

Browse files
author
pipeline
committed
bug(EJ2-418): Calendar special dates sample class name changes committed.
1 parent 7f4add5 commit 05a1c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/calendar/special.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class SpecialCalendarComponent {
3333
}
3434
}
3535
onValueChange(args: any) {
36-
let title: string = (<HTMLElement>event.currentTarget).querySelector(".e-link").getAttribute('data-val');
36+
let title: string = (<HTMLElement>event.currentTarget).querySelector(".e-day").getAttribute('data-val');
3737
title = title == null ? "" : " ( "+title+" )";
3838
(<HTMLInputElement>document.getElementById('selected')).textContent = 'Selected Value: ' + args.value.toLocaleDateString() + title;
3939
}

0 commit comments

Comments
 (0)