diff --git a/src/components/calcite-tip-manager/calcite-tip-manager.tsx b/src/components/calcite-tip-manager/calcite-tip-manager.tsx index 2110c1b4..f478b688 100644 --- a/src/components/calcite-tip-manager/calcite-tip-manager.tsx +++ b/src/components/calcite-tip-manager/calcite-tip-manager.tsx @@ -58,8 +58,6 @@ export class CalciteTipManager { */ @Prop({ reflect: true }) theme: CalciteTheme; - @Prop({ reflect: true }) tabindex = 0; - // -------------------------------------------------------------------------- // // Private Properties @@ -243,16 +241,18 @@ export class CalciteTipManager { } return ( -
-

{this.groupTitle}

- - - -
-
- +
+
+

{this.groupTitle}

+ + + +
+
+ +
+ {this.renderPagination()}
- {this.renderPagination()} ); }