diff --git a/src/showcase/picklist/PickListDemo.js b/src/showcase/picklist/PickListDemo.js
index 920e4f8188..2dc8a468df 100644
--- a/src/showcase/picklist/PickListDemo.js
+++ b/src/showcase/picklist/PickListDemo.js
@@ -203,6 +203,13 @@ import {PickList} from 'primereact/components/picklist/PickList';
null |
Function that gets the option and returns the content for it. |
+
+ metaKeySelection |
+ boolean |
+ true |
+ Defines how multiple items can be selected, when true metaKey needs to be pressed to select or unselect an item and when set to false selection of each item
+ can be toggled individually. On touch enabled devices, metaKeySelection is turned off automatically. |
+