diff --git a/apps/showcase/doc/common/apidoc/index.json b/apps/showcase/doc/common/apidoc/index.json index ee9dff053..ded501fdf 100644 --- a/apps/showcase/doc/common/apidoc/index.json +++ b/apps/showcase/doc/common/apidoc/index.json @@ -3631,6 +3631,22 @@ "description": "Defines current options in AutoComplete component.", "relatedProp": "", "props": [ + { + "name": "option", + "optional": true, + "readonly": false, + "type": "any", + "default": "", + "description": "Current option." + }, + { + "name": "index", + "optional": false, + "readonly": false, + "type": "number", + "default": "", + "description": "Index of the current option." + }, { "name": "selected", "optional": false,