ASU / asu-unity-stack

ASU Unity Design System
https://unity.web.asu.edu/
Other
11 stars 8 forks source link

fix(component-header): selected prop only on top level navTree items #1233

Closed scott-williams-az closed 8 months ago

scott-williams-az commented 8 months ago

Description

Originally we only supported selected prop on the top level navigation items. Since sub items still do not need this property I removed code that I introduced to check for that property on sub items.

I did discover that WS2 does incorrectly send items as an empty string, but I have added comments and code to handle this