Update API doc
parent
b51517f173
commit
cc7a3bc09b
|
@ -23743,6 +23743,30 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to pass attributes to the item's DOM element."
|
"description": "Used to pass attributes to the item's DOM element."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "itemLabel",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "DropdownPassThroughOptionType<T>",
|
||||||
|
"default": "",
|
||||||
|
"description": "Used to pass attributes to the item label's DOM element."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tickIcon",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "DropdownPassThroughOptionType<T>",
|
||||||
|
"default": "",
|
||||||
|
"description": "Used to pass attributes to the tick icon's DOM element."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "blankIcon",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "DropdownPassThroughOptionType<T>",
|
||||||
|
"default": "",
|
||||||
|
"description": "Used to pass attributes to the bank icon's DOM element."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "emptyMessage",
|
"name": "emptyMessage",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -24230,6 +24254,22 @@
|
||||||
"default": "true",
|
"default": "true",
|
||||||
"description": "When enabled, the focus is placed on the hovered option."
|
"description": "When enabled, the focus is placed on the hovered option."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "highlightOnSelect",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "boolean",
|
||||||
|
"default": "false",
|
||||||
|
"description": "Highlights automatically the first item."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "showTick",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "boolean",
|
||||||
|
"default": "true",
|
||||||
|
"description": "Whether the selected option will be shown with a tick."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "filterMessage",
|
"name": "filterMessage",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
|
Loading…
Reference in New Issue