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 a6e734c commit 52d6e09Copy full SHA for 52d6e09
core/src/components/tab/tab.tsx
@@ -88,7 +88,7 @@ export class Tab implements ComponentInterface {
88
'ion-page': component === undefined,
89
'tab-hidden': !active,
90
}}
91
- tabIndex={!active ? -1 : 0}
+ tabIndex={!active ? '-1' : '0'}
92
>
93
<slot></slot>
94
</Host>
0 commit comments