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

prevent making selection of hidden menu items, selectNext needs to skip them #114

Closed jason-capsule42 closed 2 years ago

jason-capsule42 commented 2 years ago

hidden state was added to menu in a previous release. However, the make selection method will allow selection of a hidden option. The keyboard navigation was also not skipping over hidden items correctly.