Skip to content

Commit 279c829

Browse files
committed
fix(month-picker): typo on html template
1 parent 082924f commit 279c829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/calendar/month-picker/month-picker.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@
102102
[attr.aria-multiselectable]="selection !== 'single'"
103103
aria-labelledby="calendar-desc"
104104
role="grid"
105-
(focus)="this.onWrapperFocus($event)";
106-
(blur)="this.onWrapperBlur($event)";
105+
(focus)="this.onWrapperFocus($event)"
106+
(blur)="this.onWrapperBlur($event)"
107107
>
108108
<caption id="calendar-desc" tabindex="-1" class="igx-calendar__aria-off-screen">
109109
{{ resourceStrings.igx_calendar_singular_single_selection}}

0 commit comments

Comments
 (0)