primefaces/primeng

Draggable property missing in the Confirmation interface

Open

#19.516 aberto em 3 de abr. de 2026

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)CSS (4.585 forks)batch import
Status: Needs TriageType: Buggood first issue

Métricas do repositório

Stars
 (10.366 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

ConfirmDialog API says there should be a draggable property in the properties param (https://primeng.org/confirmdialog), which if defined works, but is missing in the Confirmation interface which results in the following TS issue: Object literal may only specify known properties, and draggable does not exist in type Confirmation

Guia do colaborador