We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently you must listen for the menu to notify it made a value change. We should be able to listen to select for the change.
On value change fire a new event called auroSelect-valueSet.
value
auroSelect-valueSet
Continue to force listening to the nested menu.
The text was updated successfully, but these errors were encountered:
feat(event): add event for value change #139
841f6e9
8dc1e9b
chore(release): 2.7.0 [skip ci]
beefb56
# [2.7.0](v2.6.0...v2.7.0) (2022-12-13) ### Features * **event:** add event for value change [#139](#139) ([8dc1e9b](8dc1e9b))
jason-capsule42
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Currently you must listen for the menu to notify it made a value change. We should be able to listen to select for the change.
Describe the solution you'd like
On
value
change fire a new event calledauroSelect-valueSet
.Describe alternatives you've considered
Continue to force listening to the nested menu.
The text was updated successfully, but these errors were encountered: