From 8aacf47bb86023ae419206ec6dd24e9cd11fc0e8 Mon Sep 17 00:00:00 2001 From: mertsincan Date: Mon, 24 Apr 2023 18:19:57 +0100 Subject: [PATCH] Update Listbox.d.ts --- 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 4f9b86d16..84f53460b 100755 --- a/components/lib/listbox/Listbox.d.ts +++ b/components/lib/listbox/Listbox.d.ts @@ -94,7 +94,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; /**