You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to manually control the visibility of a Menu element, so I set hideable to be true, and visible is binded to a changing state (just like in the NestedMenu you created). The problem is that the CSS that sets the element's opacity, has a selector which is specific to a nested menu only.
Instead, you should set the opacity to 1 using the "mui-visible" selector.
Omer
The text was updated successfully, but these errors were encountered:
@omerts do you still experience this issue with the new MenuItem component? Maybe try overriding the inline style prop to decide whether or not you want to show the item?
Hello,
I am trying to manually control the visibility of a Menu element, so I set hideable to be true, and visible is binded to a changing state (just like in the NestedMenu you created). The problem is that the CSS that sets the element's opacity, has a selector which is specific to a nested menu only.
Instead, you should set the opacity to 1 using the "mui-visible" selector.
Omer
The text was updated successfully, but these errors were encountered: