When looking through the code, there are multiple references to hidden and static attributes in the JS and style files, but there is no code to support these attributes in auro-menuoption.
Possible Solution
Remove all references to hidden and static attributes
General Support Request
When looking through the code, there are multiple references to
hidden
andstatic
attributes in the JS and style files, but there is no code to support these attributes inauro-menuoption
.Possible Solution
Remove all references to
hidden
andstatic
attributesExit criteria
Code for
hidden
andstatic
attributes is removed.