From 6440dd4c5ef4fa87f00ae19e2af946b02377be73 Mon Sep 17 00:00:00 2001 From: CorentinAT Date: Thu, 9 Jan 2025 16:35:05 +0100 Subject: [PATCH] Added disableKeyboardNavigation to Tree documentation --- components/doc/common/apidoc/index.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index 57bd547b17..148e93b55d 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -52450,6 +52450,14 @@ "default": "", "description": "A single key to control the selection with the context menu." }, + { + "name": "disableKeyboardNavigation", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "When present, it disables keyboard navigation around the tree." + }, { "name": "disabled", "optional": true,