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!>
Thanks for joining our community and helping improve Syncfusion products!
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:
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.