Update API doc
parent
02ecd32420
commit
4084113fd8
|
@ -23735,6 +23735,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to pass attributes to the item group's DOM element."
|
"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",
|
"name": "item",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -24260,7 +24268,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": "false",
|
"default": "false",
|
||||||
"description": "Highlights automatically the first item."
|
"description": "Whether the selected option will be add highlight class."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "showTick",
|
"name": "showTick",
|
||||||
|
|
Loading…
Reference in New Issue