pull/4869/head
tugcekucukoglu 2023-11-22 16:12:43 +03:00
parent 49e48f7cf2
commit cf1ee45e4c
1 changed files with 1 additions and 1 deletions

View File

@ -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. * 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 false * @defaultValue true
*/ */
metaKeySelection?: boolean | undefined; metaKeySelection?: boolean | undefined;
/** /**