Revert "Fixed #1737 - New selectionMode for OrderList"

This reverts commit d849dea6f8.
This commit is contained in:
Cagatay Civici 2021-11-18 13:29:10 +03:00
parent 989514a724
commit 82b01a5311
4 changed files with 6 additions and 44 deletions

View file

@ -11,12 +11,6 @@ const OrderListProps = [
default: "null",
description: "Selected items in the list."
},
{
name: "selectionMode",
type: "string",
default: "null",
description: 'Defines selection mode, options are "single" and "multiple".'
},
{
name: "metaKeySelection",
type: "boolean",