Closed jordanjones243 closed 2 years ago
Menu needs to send an event notifying that value has been reset.
When selectByValue sets this.value = undefined, fire auroMenu-selectValueReset event.
this.value = undefined
auroMenu-selectValueReset
Is your feature request related to a problem? Please describe.
Menu needs to send an event notifying that value has been reset.
Describe the solution you'd like
When selectByValue sets
this.value = undefined
, fireauroMenu-selectValueReset
event.