arturmiz / vuent

🎨 Vue.js components implementing Microsoft Fluent Design
https://vuentjs.org
MIT License
279 stars 24 forks source link

NavView link's icon is not clickable #117

Open arturmiz opened 3 years ago

arturmiz commented 3 years ago

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.

theGeekyLad commented 3 years ago

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.