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 98a36a3 commit 2978031Copy full SHA for 2978031
elements/pf-tooltip/pf-tooltip.ts
@@ -189,7 +189,7 @@ export class PfTooltip extends LitElement {
189
aria-labelledby="tooltip">
190
<slot id="invoker" @slotchange="${this.#invokerChanged}"></slot>
191
</div>
192
- <div aria-hidden="${String(!open) as 'true' | 'false'}">
+ <div ?inert="${!open}">
193
<slot id="tooltip" name="content">${this.content}</slot>
194
195
0 commit comments