Skip to content

Commit ab5ada7

Browse files
committed
chore(*): remove tabIndex from day-item component
1 parent aadcf0a commit ab5ada7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

projects/igniteui-angular/src/lib/calendar/days-view/day-item.component.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,6 @@ export class IgxDayItemComponent {
155155
return this.selection !== CalendarSelection.RANGE;
156156
}
157157

158-
@HostBinding('attr.tabindex')
159-
public get tabindex(): number {
160-
return this.isDisabled || this.isHidden ? -1 : 0;
161-
}
162-
163158
private _selected = false;
164159

165160
constructor(private elementRef: ElementRef) { }

0 commit comments

Comments
 (0)