From d7475f47cbb8cccbb77d93e6cfc09993fc18b028 Mon Sep 17 00:00:00 2001 From: wangxiaolei Date: Thu, 7 Dec 2017 21:39:27 +0800 Subject: [PATCH] Fix menu doc in english version. (#8503) --- components/menu/index.en-US.md | 1 - 1 file changed, 1 deletion(-) diff --git a/components/menu/index.en-US.md b/components/menu/index.en-US.md index 769fcb7acc..3e007f0911 100644 --- a/components/menu/index.en-US.md +++ b/components/menu/index.en-US.md @@ -35,7 +35,6 @@ More layouts with navigation: [layout](/components/layout). | mode | type of the menu; `vertical`, `horizontal`, and `inline` modes are supported | string: `vertical` \| `vertical-right` \| `horizontal` \| `inline` | `vertical` | | multiple | Allow selection of multiple items | boolean | false | | openKeys | array with the keys of currently opened sub menus | string\[] | | -| selectable | Allow to be selected | boolean | true | | selectable | allow selecting menu items | boolean | true | | selectedKeys | array with the keys of currently selected menu items | string\[] | | | style | style of the root node | object | |