RouterLinkActive in tabMenu not applied to the li element. #4081
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
I'm submitting a ... (check one with "x")
Plunkr Case (Bug Reports)
http://embed.plnkr.co/lDZAZniVKAdDB3n9PRF2/
Click
goto B
and you can see that first<li>
still hasui-state-active
class.Current behavior
When using tabMenu
activeItem
add active class to the<li>
element. ButrouterLinkActive
add active class to the<a>
element.Expected behavior
RouterLinkActive directive set active class to the
<li>
element as well.Minimal reproduction of the problem with instructions
Angular version: 4.4.3
PrimeNG version: 4.2.1
Browser: all
The text was updated successfully, but these errors were encountered: