From f4b08a0592d3984aececad743803e7da23d56a9a Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 14 Jan 2025 07:08:55 +0000 Subject: [PATCH] Update API doc --- apps/showcase/doc/common/apidoc/index.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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,