mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update Listbox.d.ts
This commit is contained in:
parent
f76131aa26
commit
8aacf47bb8
1 changed files with 1 additions and 1 deletions
2
components/lib/listbox/Listbox.d.ts
vendored
2
components/lib/listbox/Listbox.d.ts
vendored
|
@ -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;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue