primefaces/primeng

Draggable property missing in the Confirmation interface

Open

#19.516 geöffnet am 3. Apr. 2026

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)CSS (10.366 Stars) (4.585 Forks)batch import
Status: Needs TriageType: Buggood first issue

Beschreibung

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

Contributor Guide