RT Louis Hoebregts
Little (not so) known trick about events listeners on range inputs in #javascript #html
`change` event triggers the callback on mouse release 🖱
`input` event triggers the callback while dragging the thumb🤯
Check the demo 👇
https://codepen.io/Mamboleoo/pen/XWNoBYN