mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #1755 - New selectionMode for PickList
This commit is contained in:
parent
67a7799558
commit
4f246b64e4
4 changed files with 32 additions and 8 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue