Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ebay-menu/filter-menu: emit keydown event when arrow keys are pressed. #1916

Open
cynthiahhc opened this issue Jun 6, 2023 · 0 comments
Open

Comments

@cynthiahhc
Copy link

Feature Request

Add emit keydown events for arrow keys for ebay-menu and ebay-filter-menu.

Description

We have a design which we added 2 ebay-menus or ebay-filter-menus inside and expand button, and the user would like to navigate from one menu to another by using the down/up arrow keys.

Context

Currently, only the keydown event only fires when escape, enter or space keys are pressed down.
https://github.com/eBay/ebayui-core/blob/master/src/components/ebay-menu/component.js#L44
https://github.com/eBay/ebayui-core/blob/master/src/components/ebay-filter-menu/component.js#L26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants