We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27cbcf1 commit a8397efCopy full SHA for a8397ef
elements/pf-jump-links/pf-jump-links.ts
@@ -125,7 +125,7 @@ export class PfJumpLinks extends LitElement {
125
<details ?open="${this.expanded}" @toggle="${this.#onToggle}">
126
<summary>
127
<pf-icon icon="chevron-right"></pf-icon>
128
- <span id="label">${this.label}</span>
+ <span part="label" id="label">${this.label}</span>
129
</summary>
130
<div role="listbox" aria-labelledby="label">
131
<slot></slot>
0 commit comments