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!

0
Votes

When using the MultiSelect component with virtualization enabled, if you scroll down in the dropdown list and then clear the selection programmatically using multiselect.Clear(), the scroll position is not reset to the top. This leads to a confusing user experience, as the list remains scrolled down. If the selection is cleared using the  clear icon, the popup correctly scrolls to the top as expected.

Replication Procedure:
  1. Run the sample 
  2. Open the popup Scroll down and Select item 90.
  3. Using clear button , to clear the value . 
  4. Open the popup , see the issue. 

Expected Output:
After clearing the selected items programmatically, the popupshould reset and scroll to the top position.

Current Output:
After clearing the selected items programmatically, the dropdown remains scrolled down at the previous position, instead of scrolling to the top.