dragscroll icon indicating copy to clipboard operation
dragscroll copied to clipboard

Range slider (<input type="range" ..>) not working as a child of 'dragscroll'

Open kvigulis opened this issue 7 years ago • 1 comments

Hi,

Seems like a range slider placed within dragscroll is not working.

E.g. for the code below the slider just freezes and you can't change the value:

<div class="dragscroll">
     <div class="slidecontainer">
        <input type="range" min="1" max="100" value="50" class="slider" id="myRange">
     </div>                              
 </div>

Thank you.

kvigulis avatar Oct 12 '18 10:10 kvigulis

This pull request fixed the my problem. #34

arthurulacerda avatar Jun 17 '19 17:06 arthurulacerda