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 33` md-menu ` is a list of options that displays when triggered. You can read more about menus in the
44[ Material Design spec] ( https://material.google.com/components/menus.html ) .
55
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+
613## Usage
714
815### Setup
@@ -158,10 +165,4 @@ also adds `aria-hasPopup="true"` to the trigger element.
158165| ` destroyMenu() ` | ` Promise<void> ` | Destroys the menu overlay completely.
159166
160167
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-
167168
You can’t perform that action at this time.
0 commit comments