Does anybody know how to fire change events on HTML input?
I’m trying to build a reusable element that handles time input. I managed how to pass the initial value when the page loads. does anybody know how to listen for value changes? I need to reset the state when it changes.