Update API doc
parent
05e71965ee
commit
4822234c11
|
@ -37551,9 +37551,17 @@
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": "false",
|
"default": "true",
|
||||||
"description": "Whether to focus on the first visible or selected element."
|
"description": "Whether to focus on the first visible or selected element."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "focusOnHover",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "boolean",
|
||||||
|
"default": "true",
|
||||||
|
"description": "When enabled, the focus is placed on the hovered option."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "listStyle",
|
"name": "listStyle",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -42050,9 +42058,17 @@
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": "false",
|
"default": "true",
|
||||||
"description": "Whether to focus on the first visible or selected element."
|
"description": "Whether to focus on the first visible or selected element."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "focusOnHover",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "boolean",
|
||||||
|
"default": "true",
|
||||||
|
"description": "When enabled, the focus is placed on the hovered option."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "listStyle",
|
"name": "listStyle",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
|
Loading…
Reference in New Issue