Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Value changing but slider not moving #185

Open
mawieutc opened this issue Dec 17, 2020 · 0 comments
Open

Value changing but slider not moving #185

mawieutc opened this issue Dec 17, 2020 · 0 comments

Comments

@mawieutc
Copy link

mawieutc commented Dec 17, 2020

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant