diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 97982ca3e..9854bbea8 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -37551,9 +37551,17 @@ "optional": true, "readonly": false, "type": "boolean", - "default": "false", + "default": "true", "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", "optional": true, @@ -42050,9 +42058,17 @@ "optional": true, "readonly": false, "type": "boolean", - "default": "false", + "default": "true", "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", "optional": true,