Update API doc
parent
cbec74dd7e
commit
9dd3a6820e
|
@ -10551,6 +10551,14 @@
|
|||
"default": "0",
|
||||
"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",
|
||||
"optional": true,
|
||||
|
@ -10598,14 +10606,6 @@
|
|||
"type": "boolean",
|
||||
"default": "false",
|
||||
"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": []
|
||||
|
|
Loading…
Reference in New Issue