amplitudejs
amplitudejs copied to clipboard
fire "change" event when set value of songSlider input element
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.