Is there a way to disable the default drag functionality of an input range element without affecting the click feature? Users should be able to change values by clicking instead of dragging.
<input
type="range"
min="0"
max="100"
step="1"
class="custom-audio-slider"
/>
Check out the demo here: https://www.w3schools.com/code/tryit.asp?filename=GVF5ZH6S3HSF