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 using the disabled field along with sort order in the MultiSelect component, the appropriate list items are not being disabled correctly. Instead of disabling based on the original data source (after sorting), the items are disabled in their original order, which causes a mismatch.

Sample: https://stackblitz.com/edit/react-raqcdoxg-3thg63kr?file=index.js



Replication Steps:

  1. Run the sample.
  2. Open the popup

Expected Behavior: The correct list items should be disabled according to the sorted order.

Actual Behavior: List items are disabled based on their original order, not matching the sorted display.