From 4084113fd8ed1bb0b40e1a3622030bc8641bd18a Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 24 Jan 2024 10:51:51 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 1f47cec77..e7139bfb3 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -23735,6 +23735,14 @@ "default": "", "description": "Used to pass attributes to the item group's DOM element." }, + { + "name": "itemGroupLabel", + "optional": true, + "readonly": false, + "type": "DropdownPassThroughOptionType", + "default": "", + "description": "Used to pass attributes to the item group label's DOM element." + }, { "name": "item", "optional": true, @@ -24260,7 +24268,7 @@ "readonly": false, "type": "boolean", "default": "false", - "description": "Highlights automatically the first item." + "description": "Whether the selected option will be add highlight class." }, { "name": "showTick",