slideMenu ignores styleClass on MenuItem model properties #5253
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
[Copy from forum]
I'm submitting a ... (check one with "x")
SlideMenu seems to ignore some MenuItem model properties. For example, defining an item
styleClass
is totally ignored.Repro here:
https://stackblitz.com/edit/prime-slidemenu-bug-r8gjno?file=app%2Fapp.component.ts
As you can see if I add
styleClass: 'any-custom-class'
on the language menu item element, it's completely ignored and is not applied anywhere on the menu.I found the same applies for badge or badge style class. The others seem to work properly.
The text was updated successfully, but these errors were encountered: