Update Listbox.d.ts

pull/3913/head
mertsincan 2023-04-24 18:19:57 +01:00
parent f76131aa26
commit 8aacf47bb8
1 changed files with 1 additions and 1 deletions

View File

@ -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. * 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. * On touch enabled devices, metaKeySelection is turned off automatically.
* @defaultValue true * @defaultValue false
*/ */
metaKeySelection?: boolean | undefined; metaKeySelection?: boolean | undefined;
/** /**