Description
The sideNavAccordionMode property is not implemented in core-modular or the UI5 library. This property controls accordion behavior for side navigation categories — when enabled, only one category can be open at a time (expanding one collapses the others).
Expected behavior
When sideNavAccordionMode: true is set (either on a node or globally via navigation.defaults), expanding a category should automatically collapse all other expanded categories in the same side navigation level.
Current behavior
The property is not recognized. All categories can be independently expanded/collapsed (default UI5 web component behavior).
Description
The
sideNavAccordionModeproperty is not implemented in core-modular or the UI5 library. This property controls accordion behavior for side navigation categories — when enabled, only one category can be open at a time (expanding one collapses the others).Expected behavior
When
sideNavAccordionMode: trueis set (either on a node or globally vianavigation.defaults), expanding a category should automatically collapse all other expanded categories in the same side navigation level.Current behavior
The property is not recognized. All categories can be independently expanded/collapsed (default UI5 web component behavior).