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 ee4e37b commit 14b004eCopy full SHA for 14b004e
src/helix-ui/elements/HXTabsetElement.js
@@ -32,7 +32,7 @@ export class HXTabsetElement extends HXElement {
32
33
$onConnect () {
34
this.$upgradeProperty('current-tab');
35
- this.$defaultAttribute('id', generateId());
+ this.$defaultAttribute('id', `tabset-${generateId()}`);
36
this._setupIds();
37
this.currentTab = Number(this.getAttribute('current-tab')) || 0;
38
this.$tablist = this.querySelector('hx-tablist');
0 commit comments