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
In a project, I need to implement a context menu to allow a user to quickly access actions in a tree. In my opinion, it's easier and more natural for users to create and edit a tree with a context menu.
I think it would be great to have a clear guidance about context menu and a design proposal.
If I have to fill this use case today, I will use a dropdown component, and bind the visibility to the right click event. Is that a good way to implement it according to the framework philosophy?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In a project, I need to implement a context menu to allow a user to quickly access actions in a tree. In my opinion, it's easier and more natural for users to create and edit a tree with a context menu.
I think it would be great to have a clear guidance about context menu and a design proposal.
If I have to fill this use case today, I will use a dropdown component, and bind the visibility to the right click event. Is that a good way to implement it according to the framework philosophy?
Beta Was this translation helpful? Give feedback.
All reactions