vuent
vuent copied to clipboard
NavView link's icon is not clickable
trafficstars
When NavView is in compact mode, link's icon is not clickable therefore it's required to expand the bar to navigate. The icon should act the same way as the text link.
Just stumbled upon this today and clearly I'm not alone! As a transitory fix, I added a ref to each of the vnt-navview-items. With that, I conditionally added active on the current selected index and removed the attribute from the "old active" index (cached that in a variable).
I'll see if I can work on a fix for this.