You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening the PrimeReact component while Chrome DevTools is open, the dropdown panel becomes invisible.
The DOM shows the overlay element is present, but it is not visible unless we manually increase the z-index value.
This appears to be a global z-index / stacking-context bug in PrimeReact 10.x overlay logic.
Reproducer
No response
System Information
PrimeReact Version:10.8.3
React Version:18.3.1
Browser Google Chrome: 138.0.7204.184
Steps to reproduce the behavior
Render a simple component.
Open Chrome DevTools (F12).
Click to open the dropdown.
The panel is not visible, but the DOM shows the overlay container exists.
Manually edit CSS in DevTools:
Expected behavior
The dropdown options panel should remain visible even when DevTools is open.