We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7084415 commit 57c73caCopy full SHA for 57c73ca
projects/igniteui-angular/src/lib/calendar/days-view/daysview-navigation.service.ts
@@ -44,6 +44,7 @@ export class IgxDaysViewNavigationService {
44
}
45
if (day && day.isFocusable) {
46
day.nativeElement.focus();
47
+ return;
48
49
50
break;
@@ -59,6 +60,7 @@ export class IgxDaysViewNavigationService {
59
60
61
62
63
64
65
66
@@ -74,6 +76,7 @@ export class IgxDaysViewNavigationService {
74
76
75
77
78
79
80
81
82
@@ -89,6 +92,7 @@ export class IgxDaysViewNavigationService {
89
92
90
93
91
94
95
96
97
98
0 commit comments