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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,7 @@ class Example extends Component {
105
105
|`responsiveHeight`|`string`| 400px | Responsive height of the wrapping component, can send percent for example: `70%`|
106
106
|`withGrouping`|`boolean`| false | Your items will be grouped by the group prop values - see "item grouping" section below |
107
107
|`showSelectedItemsSearch`|`boolean`| false | toggle to show search option in detination list. |
108
+
|`keepSelectionOrder`|`boolean`| false | keep selection order in the detination list |
108
109
|`searchSelectedItemsValue`|`string`|| The value of the search field for destination list. |
109
110
|`searchSelectedItemsChanged`|`function`|| Function to handle the change of search field for destination list. Accepts value as a single argument. |
110
111
|`selectedItemsFilterFunction`|`function`| based on label | Is the same as filterFunction by default to filter items based on the search query in destination list. |
0 commit comments