pull/5861/head^2
tugcekucukoglu 2024-07-26 12:34:30 +03:00
commit 42338022b9
1 changed files with 8 additions and 8 deletions

View File

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