Update API doc

pull/5861/head^2
GitHub Actions Bot 2024-07-26 09:29:35 +00:00
parent cbec74dd7e
commit 9dd3a6820e
1 changed files with 8 additions and 8 deletions

View File

@ -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": []