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
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
Feb 1, 2024
Describe the bug
When I try to pass a custom className to the TieredMenu component menu item model it is not applied to the menu item element.
Reproducer
https://codesandbox.io/p/live/ad61d04c-20ba-4db1-ad1e-c1d659c5892a
PrimeReact version
10.3.3
React version
18.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Custom class name should be passed to the menu item element: e.g.
class="p-menuitem custom-class"
The text was updated successfully, but these errors were encountered: