Merge branch 'master' of https://github.com/primefaces/primevue
commit
5387c214eb
|
@ -37476,6 +37476,14 @@
|
|||
"default": "false",
|
||||
"description": "Defines whether metaKey is requred or not for the selection.\nWhen true metaKey needs to be pressed to select or unselect an item and\nwhen set to false selection of each item can be toggled individually. On touch enabled devices, metaKeySelection is turned off automatically."
|
||||
},
|
||||
{
|
||||
"name": "autoOptionFocus",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "boolean",
|
||||
"default": "false",
|
||||
"description": "Whether to focus on the first visible or selected element."
|
||||
},
|
||||
{
|
||||
"name": "listStyle",
|
||||
"optional": true,
|
||||
|
@ -41967,6 +41975,14 @@
|
|||
"default": "false",
|
||||
"description": "Defines whether metaKey is requred or not for the selection.\nWhen true metaKey needs to be pressed to select or unselect an item and\nwhen set to false selection of each item can be toggled individually. On touch enabled devices, metaKeySelection is turned off automatically."
|
||||
},
|
||||
{
|
||||
"name": "autoOptionFocus",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "boolean",
|
||||
"default": "false",
|
||||
"description": "Whether to focus on the first visible or selected element."
|
||||
},
|
||||
{
|
||||
"name": "listStyle",
|
||||
"optional": true,
|
||||
|
|
Loading…
Reference in New Issue