I am using a custom alert component to display a context menu. Within the context menu the user may click on "edit item" which is supposed to close the context menu and open a custom alert that contains the "edit item" component. My idea is to send a "click" callback from the "context menu" component that then triggers the "edit item" alert. Turns out this is not possible.
Are there any best practices on how to handle these kinds of context menu operations?
Thanks
Context menu best practice
Widgets & Design
callbacks that call callbacks which also did not work
No
2