In the Menu Tree component of Perspective, disabled menu items look identical to the enabled ones.
I would like to give users a clear visual indication that some options are unavailable.
To achieve this, I defined a style called "StyleA" with an element state "disabled," which sets the color to red (additionally, I defined an "enabled" state that applies a green color, just as a double check).
On the page, I have two text fields—one enabled and one disabled—both using StyleA.
On these two components the style is working perfectly, as you can see below.
I also have a Menu Tree where the itemStyle property is set to StyleA.
Despite the second menu item being disabled, the style does not apply.
Any suggestions?