Update Listbox.d.ts
parent
f76131aa26
commit
8aacf47bb8
|
@ -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;
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue