Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(multi-select): fix sorting behavior
- Menu items are sorted when the component renders. - With selectionFeedback: top, selected items are immediately pinned to the top. - With selectionFeedback: top-after-reopen, selected items are pinned to the top only after the dropdown is closed. - With selectionFeedback: fixed, selected items are never pinned to the top. Fixes #2066
- Loading branch information