Fixed #1755 - New selectionMode for PickList

This commit is contained in:
Tuğçe Küçükoğlu 2021-11-15 15:17:53 +03:00
parent 67a7799558
commit 4f246b64e4
4 changed files with 32 additions and 8 deletions

View file

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