-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ConfirmDialog: Unstyled mode is not implemented #5837
Comments
Any updates on this one? |
Any investigation or PR is welcome! |
@melloware it seems ConfirmDialog doesn't use unstyled mode at all. Just comparing |
Agreed. |
I'll edit the title and description then, to reflect the new finding. |
@kl-nevermore i thought you fixed ConfirmDialog in this ticket: #5656 |
The equivalent default Tailwind style as well as these lines: |
@zawasp want to submit a PR? |
I would if I could start the dev build of primereact so I can debug properly. |
@ |
I forgot to check if unstyled mode is implemented, I will recheck the previous changes are unnecessary |
checked |
Yep we have updated confirm dialog in the latest version and added the new styles |
Describe the bug
Comparing the
ConfirmPopup
code withConfirmDialog
, the code which takes into account unstyled mode is missing completely.10.5.0
React version
18.x
Language
TypeScript
Build / Runtime
Next.js
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Unstyled mode can be applied.
The text was updated successfully, but these errors were encountered: