File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 3
3
` md-menu ` is a list of options that displays when triggered. You can read more about menus in the
4
4
[ Material Design spec] ( https://material.google.com/components/menus.html ) .
5
5
6
+ ### Not yet implemented
7
+
8
+ - Keyboard events: up arrow, down arrow, enter
9
+ - ` prevent-close ` option, to turn off automatic menu close when clicking outside the menu
10
+ - Custom offset support
11
+ - Menu groupings (which menus are allowed to open together)
12
+
6
13
## Usage
7
14
8
15
### Setup
@@ -158,10 +165,4 @@ also adds `aria-hasPopup="true"` to the trigger element.
158
165
| ` destroyMenu() ` | ` Promise<void> ` | Destroys the menu overlay completely.
159
166
160
167
161
- ### TODO
162
-
163
- - Keyboard events: up arrow, down arrow, enter
164
- - ` prevent-close ` option, to turn off automatic menu close when clicking outside the menu
165
- - Custom offset support
166
-
167
168
You can’t perform that action at this time.
0 commit comments