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.
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 presettingauro-select.value
when rendering the element.