Is there any way to prevent the default drag feature of input range, with out impacting the click functionality? The user needs to change the values using clicking but not using drag.
<input
type="range"
min="0"
max="100"
step="1"
class="custom-audio-slider"
/>
demo : https://www.w3schools.com/code/tryit.asp?filename=GVF5ZH6S3HSF