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 aadcf0a commit ab5ada7Copy full SHA for ab5ada7
projects/igniteui-angular/src/lib/calendar/days-view/day-item.component.ts
@@ -155,11 +155,6 @@ export class IgxDayItemComponent {
155
return this.selection !== CalendarSelection.RANGE;
156
}
157
158
- @HostBinding('attr.tabindex')
159
- public get tabindex(): number {
160
- return this.isDisabled || this.isHidden ? -1 : 0;
161
- }
162
-
163
private _selected = false;
164
165
constructor(private elementRef: ElementRef) { }
0 commit comments