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

"hidden" state for menuoptions #111

Closed jason-capsule42 closed 2 years ago

jason-capsule42 commented 2 years ago

menuoptions need to support a hidden state for combobox so that we can remove options for display and have the keyboard navigation skip over them.

we can not use disabled as a menuoption may be disabled for a different reason that we don't want to remove when changing which options are visible.

exit criteria: hidden attribute supported in menu styles, and keyboard navigation skips over hidden options.