diff --git a/components/lib/datatable/BaseDataTable.vue b/components/lib/datatable/BaseDataTable.vue index ebdee75339..cd6dfb56eb 100644 --- a/components/lib/datatable/BaseDataTable.vue +++ b/components/lib/datatable/BaseDataTable.vue @@ -124,7 +124,7 @@ export default { }, metaKeySelection: { type: Boolean, - default: true + default: false }, contextMenu: { type: Boolean, diff --git a/components/lib/listbox/BaseListbox.vue b/components/lib/listbox/BaseListbox.vue index 5c2d44e7a1..7d2e93a4c7 100644 --- a/components/lib/listbox/BaseListbox.vue +++ b/components/lib/listbox/BaseListbox.vue @@ -25,7 +25,7 @@ export default { }, metaKeySelection: { type: Boolean, - default: true + default: false }, filter: Boolean, filterPlaceholder: String, diff --git a/components/lib/orderlist/BaseOrderList.vue b/components/lib/orderlist/BaseOrderList.vue index 04b4267ce8..b34888f414 100644 --- a/components/lib/orderlist/BaseOrderList.vue +++ b/components/lib/orderlist/BaseOrderList.vue @@ -24,7 +24,7 @@ export default { }, metaKeySelection: { type: Boolean, - default: true + default: false }, responsive: { type: Boolean, diff --git a/components/lib/picklist/BasePickList.vue b/components/lib/picklist/BasePickList.vue index 529b22ec81..1b9084e528 100644 --- a/components/lib/picklist/BasePickList.vue +++ b/components/lib/picklist/BasePickList.vue @@ -24,7 +24,7 @@ export default { }, metaKeySelection: { type: Boolean, - default: true + default: false }, responsive: { type: Boolean, diff --git a/components/lib/tree/BaseTree.vue b/components/lib/tree/BaseTree.vue index 1dc3e07c5c..d4990c80a5 100644 --- a/components/lib/tree/BaseTree.vue +++ b/components/lib/tree/BaseTree.vue @@ -24,7 +24,7 @@ export default { }, metaKeySelection: { type: Boolean, - default: true + default: false }, loading: { type: Boolean, diff --git a/components/lib/treeselect/BaseTreeSelect.vue b/components/lib/treeselect/BaseTreeSelect.vue index bac6abbb4d..519a57c726 100644 --- a/components/lib/treeselect/BaseTreeSelect.vue +++ b/components/lib/treeselect/BaseTreeSelect.vue @@ -42,7 +42,7 @@ export default { }, metaKeySelection: { type: Boolean, - default: true + default: false }, inputId: { type: String, diff --git a/components/lib/treetable/BaseTreeTable.vue b/components/lib/treetable/BaseTreeTable.vue index a34dbbdbae..47291414bf 100644 --- a/components/lib/treetable/BaseTreeTable.vue +++ b/components/lib/treetable/BaseTreeTable.vue @@ -28,7 +28,7 @@ export default { }, metaKeySelection: { type: Boolean, - default: true + default: false }, rows: { type: Number, diff --git a/doc/datatable/rowselection/CheckboxRowSelectionDoc.vue b/doc/datatable/rowselection/CheckboxRowSelectionDoc.vue index 45d94a0c81..7d8080917f 100644 --- a/doc/datatable/rowselection/CheckboxRowSelectionDoc.vue +++ b/doc/datatable/rowselection/CheckboxRowSelectionDoc.vue @@ -1,9 +1,6 @@