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
Hi,
Is it possible to have onshow , onhide and ontoggle in the props of ContextMenu component ?
triggered when functions show(), hide() and toggle() are called.
Something like this.props.onshow();
which i can use in my parent component.
I need them to dynamically control the content of my contextMenu.
Thank you
The text was updated successfully, but these errors were encountered:
Hi,
Is it possible to have onshow , onhide and ontoggle in the props of ContextMenu component ?
triggered when functions show(), hide() and toggle() are called.
Something like
this.props.onshow();
which i can use in my parent component.
I need them to dynamically control the content of my contextMenu.
Thank you
The text was updated successfully, but these errors were encountered: