From cf1ee45e4c83718fabcd6ef3ea59040df1cf63a5 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Wed, 22 Nov 2023 16:12:43 +0300 Subject: [PATCH] Refactor #4865 --- components/lib/listbox/Listbox.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/listbox/Listbox.d.ts b/components/lib/listbox/Listbox.d.ts index 389296d5d..8d8f1292b 100755 --- a/components/lib/listbox/Listbox.d.ts +++ b/components/lib/listbox/Listbox.d.ts @@ -249,7 +249,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 false + * @defaultValue true */ metaKeySelection?: boolean | undefined; /**