Skip to content

Value changing but slider not moving #185

Description

@mawieutc

Hi,
I have an issue using the library: I can see that the value is correctly changing when console.log(value), but the slider doesn't move when I move it...

` function onValueChange(newval: any){
console.log(newval); // here it's ok
value=newval; //trying to force it
}

return (




);`

Any idea?

Thanks a lot!

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