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 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:
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.