Skip to content
New issue

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

fire "change" event when set value of songSlider input element #530

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

danimadmolil
Copy link

Hi.
It would be beneficial to trigger the "change" event when modifying the value attribute of the songSlider input element. This feature is particularly useful for customizing the UI and using alternative elements instead of the default input. By binding an event listener to the change event, such as addEventListener("change", (e) => e.target.value), we can capture the modified values and update our custom UI elements accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant