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 4bce86d commit 84a4477Copy full SHA for 84a4477
tabs/internal/tabs.ts
@@ -63,7 +63,7 @@ export class Tabs extends LitElement {
63
*
64
* @export
65
*/
66
- @property({type: Number, reflect: true})
+ @property({type: Number, attribute: 'active-tab-index'})
67
get activeTabIndex() {
68
return this.tabs.findIndex((tab) => tab.active);
69
}
0 commit comments