Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Need to provide support to render the Context Menu within a specific target element instead of appending it to the body.

Use Case : 

By default, the Context Menu is rendered in the body.
When wrapping the Context Menu component inside a wrapper element it may cause positioning issues (main and its submenu collisions) and visibility issues (such as z-index). Therefore, we should consider implementing a feature for rendering Context Menus in a specific target element instead of the body. Also, confirm that applying styles to the wrapper will also reflect those styles in the Context Menu.