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

Description :

When rendering a component at the bottom of the page and applying a filter, the resulting popup is incorrectly displayed in the center of the page, rather than its expected position.

This issue is occurring only when popup opened in the top of the page when no available space in the bottom.

Sample: https://stackblitz.com/edit/react-83aket?file=package.json,index.html,index.js 


Replication Procedure:

  1. Run the sample.
  2. Type @ in the comments.
  3. Now type any text to filter(type al)

Expected: Popup should display just above @

Actual: Popup displayed in the initial popup position.