Skip to content

Slider onChange is never called when interacting with slider #1

@aaptho

Description

@aaptho

Using the ReactUnity/full-sample project, if I add an onChange handler to the Slider in pages/material/index.tsx:127, this console message never appears

<Slider onChange={(value) => console.log("Slider onChange value = “ + value)} allowScroll direction="horizontal" mode="normal" max={100} step={20}>{(val) => val * val}</Slider>

The same issue happens in my own project when using this component.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions