diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index 23096e4fff..29c582fcc9 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -31763,7 +31763,7 @@ "name": "autoOptionFocus", "optional": true, "readonly": false, - "type": "false", + "type": "boolean", "default": "false", "description": "Whether to focus on the first visible or selected element." }, @@ -31871,6 +31871,14 @@ "default": "", "description": "When specified, filter displays with this value." }, + { + "name": "focusOnHover", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "true", + "description": "When enabled, the focus is placed on the hovered option." + }, { "name": "invalid", "optional": true, @@ -31995,9 +32003,9 @@ "name": "selectOnFocus", "optional": true, "readonly": false, - "type": "false", + "type": "boolean", "default": "false", - "description": "When enabled, the focused tab is activated." + "description": "When enabled, the focused option is selected." }, { "name": "tooltip",