diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index b69d7416f..f7ea33ac2 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -37476,6 +37476,14 @@ "default": "false", "description": "Defines whether metaKey is requred or not for the selection.\nWhen true metaKey needs to be pressed to select or unselect an item and\nwhen set to false selection of each item can be toggled individually. On touch enabled devices, metaKeySelection is turned off automatically." }, + { + "name": "autoOptionFocus", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "Whether to focus on the first visible or selected element." + }, { "name": "listStyle", "optional": true, @@ -41967,6 +41975,14 @@ "default": "false", "description": "Defines whether metaKey is requred or not for the selection.\nWhen true metaKey needs to be pressed to select or unselect an item and\nwhen set to false selection of each item can be toggled individually. On touch enabled devices, metaKeySelection is turned off automatically." }, + { + "name": "autoOptionFocus", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "Whether to focus on the first visible or selected element." + }, { "name": "listStyle", "optional": true,