You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/pages/components/MultiSelect.svx
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,16 @@ Pre-select items by passing an array of item IDs to `selectedIds`. This example
67
67
{id: "2", text: "Fax"}]}"
68
68
/>
69
69
70
+
## Selection feedback "top"
71
+
72
+
Move selected items to the top of the list immediately after selection by setting `selectionFeedback` to `"top"`. The default behavior (`"top-after-reopen"`) only reorders items when the dropdown is reopened.
0 commit comments