Skip to content

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

Description

@kvigulis

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions