Skip to content

Commit

Permalink
fix(confirm-dialog): restore dissmissable-mask property (#17618)
Browse files Browse the repository at this point in the history
* fix(p-select): selected option when editable and filter options are enabled

Fixes: #17384

* fix(confirm-dialog): restore dissmissable-mask property

Fix: #17574

---------

Co-authored-by: simone.boccato <[email protected]>
  • Loading branch information
Bock92 and simone.boccato authored Feb 14, 2025
1 parent fad91f0 commit 50362c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/primeng/src/confirmdialog/confirmdialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const hideAnimation = animation([animate('{{transition}}', style({ transform: '{
[appendTo]="option('appendTo')"
[position]="position"
[style]="style"
[dismissableMask]="dismissableMask"
>
@if (headlessTemplate || _headlessTemplate) {
<ng-template #headless>
Expand Down

0 comments on commit 50362c6

Please sign in to comment.