AlaskaAirlines / auro-menu

Custom element that provides a list of options for the user to choose from
https://auro.alaskaair.com/components/auro/menu
Apache License 2.0
2 stars 3 forks source link

Expose `makeSelection` and `selectNextItem` methods #106

Closed jason-capsule42 closed 2 years ago

jason-capsule42 commented 2 years ago

The the refactor to change menu such that we never move focus to the menu auro-select and auro-combobox need to be able to change the current active option via arrow keys and request the menu to make a selection of the current active option.

Exit criteria: The two methods must be public and work correctly when called from a parent component.