-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
DynamicDialog: passing pt when opening new dialogs #4443
Comments
+1 for this Passing Accordingly, it would be useful to understand whether this is intentional behavior and, if so, how it is possible to customize a dynamic dialog (e.g. by applying custom classes), as this currently appears to be impossible. If relevant, I'm using the Tailwind integration. |
So is there no way currently to style the DynamicDialog component using Tailwind passthrough? I am running into the issue where no style is showing up. |
Yes, that's happening to me. Even, i'm trying to use breakpoints and they are never executed. What coud be happening? |
I've got the same issue, some props used for the DynamicDialog works and others don't. Props like breakpoints, style, modal, dismissableMask, contentClass all works, but unstyled doesn't. An nothing passed through pt for the dialog component seems to work:
|
Thanks a lot for your report. I will check it |
Fixed now. |
This issue is still there |
Same here. I have PrimeVue 4 unstyled and I'm trying to open a responsive dynamic dialog, but breakpoints seem to do nothing. This is my code:
In breakpoints I've tried all those options. The second half are my Tailwind screen sizes (ms, mm, etc). Either way, I'm always getting a 90vw dialog. I've read the docs (both Dialog and DynamicDialog) but can't figure out how to make this work. |
Hi seems to have the same issue as well. Breakpoints for dynamic dialog no longer working on version 3.53.0. |
Describe the feature you would like to see added
It would be really nice to have some documentation / examples on how to pass
pt
when opening new dynamic dialogs....doesn't seem to do the trick.
Is your feature request related to a problem?
No response
Describe the solution you'd like
No response
Describe alternatives you have considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: