Skip to content

Commit 2bfbd58

Browse files
authored
docs(menu): move todo section up (#962)
1 parent 1d3d6f4 commit 2bfbd58

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/components/menu/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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

0 commit comments

Comments
 (0)