diff --git a/apps/showcase/doc/common/apidoc/index.json b/apps/showcase/doc/common/apidoc/index.json index bba598b86..5bb93a0ca 100644 --- a/apps/showcase/doc/common/apidoc/index.json +++ b/apps/showcase/doc/common/apidoc/index.json @@ -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": []