amplitudejs icon indicating copy to clipboard operation
amplitudejs copied to clipboard

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

Open danimadmolil opened this issue 1 year ago • 0 comments

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.

danimadmolil avatar Jun 03 '23 19:06 danimadmolil