Merge branch 'master' of https://github.com/primefaces/primevue
commit
42338022b9
|
@ -10551,6 +10551,14 @@
|
||||||
"default": "0",
|
"default": "0",
|
||||||
"description": "Base zIndex value to use in layering."
|
"description": "Base zIndex value to use in layering."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "inputId",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Identifier of the focus input to match a label defined for the dropdown."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "panelClass",
|
"name": "panelClass",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -10598,14 +10606,6 @@
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": "false",
|
"default": "false",
|
||||||
"description": "When enabled, it removes component related styles in the core."
|
"description": "When enabled, it removes component related styles in the core."
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "inputId",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "string",
|
|
||||||
"default": "",
|
|
||||||
"description": "Identifier of the focus input to match a label defined for the dropdown."
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
|
Loading…
Reference in New Issue