html-duration-picker.js
html-duration-picker.js copied to clipboard
Fix input/change event triggers
Arrow key movements and scroll buttons weren't triggering/creating synthetic input and change events.
Thank @BrianLeishman for this Pull Request. 🌟
While this would fix the issue of the arrow buttons and arrow keys, it results in this behavior:
Current | Pull Request |
---|---|
![]() |
![]() |
See also: Failed Tests
We need to figure a way around that. Please feel welcome to let know where I could help
cc: @longtongj28 and @Liaxum (Have been working on fixing this issue)