Frontmatter
| id | 4062 |
| title | button.Menu |
| state | Closed |
| labels | enhancementstale |
| assignees | [] |
| createdAt | Feb 15, 2023, 4:42 PM |
| updatedAt | Sep 12, 2024, 4:29 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4062 |
| author | MRHajari |
| commentsCount | 3 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 12, 2024, 4:29 AM |
button.Menu
tobiu cross-referenced by #1132 on Feb 15, 2023, 4:44 PM

tobiu
Feb 15, 2023, 4:47 PM
we already have the base class: https://github.com/neomjs/neo/blob/dev/src/button/Menu.mjs
and we actually have 2 different menu implementations: https://github.com/neomjs/neo/blob/dev/src/menu/List.mjs https://github.com/neomjs/neo/blob/dev/src/menu/Panel.mjs
so we need to "just" connect them.
menu online demo: https://neomjs.github.io/pages/node_modules/neo.mjs/examples/menu/panel/

keyNav is already in there.
@github-actions - 2024-08-29T02:27:35Z
This issue is stale because it has been open for 90 days with no activity.
- 2024-08-29T02:27:35Z @github-actions added the
stalelabel
@github-actions - 2024-09-12T02:29:32Z
This issue was closed because it has been inactive for 14 days since being marked as stale.
- 2024-09-12T02:29:33Z @github-actions closed this issue
I need this button.Menu, which can be seen in the image.