Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.

Tooltips on disabled checkbox is not shown #241

Description

@Will-Smith-007

Issue

If a checkbox is disabled and has a tooltip assigned to it, the tooltip will not be shown.

Reproduction steps

  • Create an Angular form with a form control named test.
  • Add a p-checkbox element with the attributes formControlName="test" and pTooltip="test".
  • Disable the form control in the component with this.form.controls.test.disable.
  • The tooltip will not be shown anymore.

Workaround

Add [style.pointer-events]="'auto'" to the p-checkbox element.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: Needs TriageIssue will be reviewed by Core Team and a relevant label will be added as soon as possible

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions