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: 1 comment 3 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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