style and styleClass for ConfirmDialog #7017
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
I'm submitting a ... (check one with "x")
Current behavior
I've just upgraded to primeNG 7.0.3, and notice that some inputs of Dialog and confirmDialog are deprecated (width, height, minWidth, minHeight) by style input. This works correctly with Dialog but not with confirmdialog. I can't set its width without width input (but this it's deprecated).
I notice that confirmDialog Component doesn't have style or ngStyle input, but dialog yes.
Test case
https://github-w4h5cc.stackblitz.io
Expected behavior
Set width with new style input.
The text was updated successfully, but these errors were encountered: