Skip to content

Value changing but slider not moving #185

@mawieutc

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!

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