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

Support method to select an option by passing in a value #118

Closed jason-capsule42 closed 2 years ago

jason-capsule42 commented 2 years ago

Is your feature request related to a problem? Please describe.

Support method to select an option by passing in a value

Describe the solution you'd like

I want to be able to pass a value string to auro-menu which would then look for a menuoption with a matching value and then perform the correct selection workflow of that menu option.

If no matching menuoption exists, it should notify with an event.

This is necessary for auro-select to support presetting auro-select.value when rendering the element.