Update API doc
parent
02ecd32420
commit
4084113fd8
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue