Compatibility Issue: Apollo Theme with PrimeReact on Next.js 14.2 - MultiSelect Checkbox Styling Issue #2929
Unanswered
Brunoiooo
asked this question in
PrimeReact Templates
Replies: 3 comments 5 replies
-
|
I think this issue occurs due to updating to latests version of primerreact (for example: 10.8.4) |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
If it helps at all, the problem started in |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi, have a look at repo - I have adapted the styles - it seems to work with NextJs 15.4. PrimeReact 10.9.7 tailwindcss 4.1.1 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to report a compatibility issue between the Apollo theme version for Next.js and the PrimeReact library. After updating the Next.js framework to version 14.2, I encountered visual issues with the PrimeReact MultiSelect component—checkboxes are not correctly hidden or styled, resulting in a visible standalone frame with an unstyled checkbox above it.
While the component does correctly select options, the unstyled checkbox issue affects the aesthetics and consistency of the user interface. My analysis suggests that this may be due to differences in the way checkboxes are generated across Next.js versions.
Is there any possibility of implementing adjustments in the Apollo theme to ensure full compatibility with the newer version of Next.js? This would allow us to take advantage of the latest framework features while maintaining a polished component appearance.
Beta Was this translation helpful? Give feedback.
All reactions