Update API doc

pull/5161/head
GitHub Actions Bot 2024-01-24 10:51:51 +00:00
parent 02ecd32420
commit 4084113fd8
1 changed files with 9 additions and 1 deletions

View File

@ -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<T>",
"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",