Skip to content

Commit a0e631e

Browse files
zhostigedinakova
andauthored
fix(tabs): remove role with invalid value #10122 (#10162)
Co-authored-by: Galina Edinakova <[email protected]>
1 parent f19348e commit a0e631e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

projects/igniteui-angular/src/lib/tabs/tabs.directive.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ export interface ITabsSelectedItemChangeEventArgs extends ITabsBaseEventArgs {
2828
@Directive()
2929
export abstract class IgxTabsDirective extends IgxCarouselComponentBase implements IgxTabsBase, AfterViewInit, OnDestroy {
3030

31-
/** @hidden */
32-
@HostBinding('attr.role')
33-
public role = 'tabs';
34-
3531
/**
3632
* An @Input property that gets/sets the index of the selected item.
3733
* Default value is 0 if contents are defined otherwise defaults to -1.

0 commit comments

Comments
 (0)