diff --git a/components/lib/datatable/DataTable.d.ts b/components/lib/datatable/DataTable.d.ts index 9fe2d7d176..4442ee73cf 100755 --- a/components/lib/datatable/DataTable.d.ts +++ b/components/lib/datatable/DataTable.d.ts @@ -966,7 +966,7 @@ export interface DataTableProps { /** * Defines whether metaKey is requred or not for the selection. 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. - * @defaultValue true + * @defaultValue false */ metaKeySelection?: boolean | undefined; /** diff --git a/components/lib/listbox/Listbox.d.ts b/components/lib/listbox/Listbox.d.ts index 945637f5af..45883b0121 100755 --- a/components/lib/listbox/Listbox.d.ts +++ b/components/lib/listbox/Listbox.d.ts @@ -257,7 +257,7 @@ export interface ListboxProps { /** * 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. - * @defaultValue true + * @defaultValue false */ metaKeySelection?: boolean | undefined; /** diff --git a/components/lib/orderlist/OrderList.d.ts b/components/lib/orderlist/OrderList.d.ts index 4d8f1bd2de..3a403a430a 100755 --- a/components/lib/orderlist/OrderList.d.ts +++ b/components/lib/orderlist/OrderList.d.ts @@ -222,7 +222,7 @@ export interface OrderListProps { * Defines whether metaKey is requred or not for the selection. * 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. - * @defaultValue true + * @defaultValue false */ metaKeySelection?: boolean | undefined; /** diff --git a/components/lib/picklist/PickList.d.ts b/components/lib/picklist/PickList.d.ts index c7bb39b790..a256fe2da8 100755 --- a/components/lib/picklist/PickList.d.ts +++ b/components/lib/picklist/PickList.d.ts @@ -332,7 +332,7 @@ export interface PickListProps { * Defines whether metaKey is requred or not for the selection. * 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. - * @defaultValue true + * @defaultValue false */ metaKeySelection?: boolean | undefined; /** diff --git a/components/lib/tree/Tree.d.ts b/components/lib/tree/Tree.d.ts index 41a46c852f..5019e352dc 100755 --- a/components/lib/tree/Tree.d.ts +++ b/components/lib/tree/Tree.d.ts @@ -238,7 +238,7 @@ export interface TreeProps { /** * 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. - * @defaultValue true + * @defaultValue false */ metaKeySelection?: boolean | undefined; /** diff --git a/components/lib/treeselect/TreeSelect.d.ts b/components/lib/treeselect/TreeSelect.d.ts index 76bf33a6e2..05d33ac5e9 100644 --- a/components/lib/treeselect/TreeSelect.d.ts +++ b/components/lib/treeselect/TreeSelect.d.ts @@ -214,7 +214,7 @@ export interface TreeSelectProps { /** * 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. - * @defaultValue true + * @defaultValue false */ metaKeySelection?: boolean | undefined; /** diff --git a/components/lib/treetable/TreeTable.d.ts b/components/lib/treetable/TreeTable.d.ts index 2a0ea55ae3..bfba4f38cc 100755 --- a/components/lib/treetable/TreeTable.d.ts +++ b/components/lib/treetable/TreeTable.d.ts @@ -417,7 +417,7 @@ export interface TreeTableProps { /** * 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. - * @defaultValue true + * @defaultValue false */ metaKeySelection?: boolean | undefined; /**