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 enabling virtualization in the ComboBox, the selected value appears twice inside the popup list. This issue does not occur when virtualization is disabled.

Sample: https://stackblitz.com/edit/react-kzfravcw-pqf2tgh5?file=index.js,package.json


Replication Steps:

  1. Run the sample.
  2. Open the popup.
  3. Observe that the selected value is displayed in the popup list.
  4. Scroll within the popup, and the selected value appears again.

Expected Behavior: The selected value should be displayed only once in the popup list.

Actual Behavior: The selected value is duplicated inside the popup list when virtualization is enabled.