We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For the uncontrolled state, when PanelMenu's model.expanded property is set to true, the top list item is still collapsed.
model.expanded
true
For the nested list it works as expected (after opening the parent item)
https://stackblitz.com/edit/kp7quq?file=src%2FApp.jsx
System: OS: Windows 10 10.0.19045 CPU: (12) x64 Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz Memory: 13.05 GB / 31.93 GB Binaries: Node: 20.10.0 - C:\Program Files\NodeJS 20.10.0\node.EXE npm: 10.2.3 - C:\Program Files\NodeJS 20.10.0\npm.CMD Browsers: Edge: Chromium (130.0.2849.52) Internet Explorer: 11.0.19041.4355 npmPackages: primereact: ^10.8.4 => 10.8.4 react: ^18.2.0 => 18.2.0
expanded
The PanelMenu component renders the expanded state for the items that has the expanded property set to true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
For the uncontrolled state, when PanelMenu's
model.expanded
property is set totrue
, the top list item is still collapsed.For the nested list it works as expected (after opening the parent item)
Reproducer
https://stackblitz.com/edit/kp7quq?file=src%2FApp.jsx
System Information
Steps to reproduce the behavior
expanded
property is set to true while the component doesn't reflect itExpected behavior
The PanelMenu component renders the expanded state for the items that has the
expanded
property set totrue
The text was updated successfully, but these errors were encountered: