#19463·primeng

disabled p-toggleswitch doesn't show pTooltip

Author: bvx5009Created Mar 4, 2026Updated Sep 9, 2026
LabelsResolution: StaleStatus: Needs Triage

Describe the bug

When using p-toggleswitch with disabled flag, the pTooltip doesn't show.

can easily wrap the p-toggleswitch around with a span as a workaround but still..

Pull Request Link

No response

Reason for not contributing a PR

  • Lack of time
  • Unsure how to implement the fix/feature
  • Difficulty understanding the codebase
  • Other

Other Reason

No response

Reproducer

https://stackblitz.com/edit/8whmy3wp?file=src%2Fapp%2Ftoggleswitch-disabled-demo.ts

Environment

just regular primeng demo environment

Angular version

21.0.0

PrimeNG version

v21

Node version

20.19.1

Browser(s)

No response

Steps to reproduce the behavior

add pTooltip to a p-toggleswitch and set disabled to true

Expected behavior

tooltip should hover about the p-toggleswitch