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
In TieredMenu component when popup property is used (i.e it is used as an overlay component), root level menu element does not close on item selection. Every inner level menu element disappears when one item is selected. Root level menu only closes when either the toggle event fires or a click outside happens.
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Nov 8, 2022
Describe the bug
In TieredMenu component when
popup
property is used (i.e it is used as an overlay component), root level menu element does not close on item selection. Every inner level menu element disappears when one item is selected. Root level menu only closes when either the toggle event fires or a click outside happens.Reproducer
https://www.primefaces.org/primereact/tieredmenu/
PrimeReact version
Latest
React version
17.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Similar to the demo on https://www.primefaces.org/primevue/tieredmenu, I expect the menu will completely disappear on selection.
The text was updated successfully, but these errors were encountered: