Skip to content

step property has no effect in sliders #119

@tytremblay

Description

@tytremblay

”step” wasn’t working on range type fields for anything other than 1.

Claude noted:

The step prop wasn’t being forwarded to the Slider component at RangeInput.tsx:59. One line fix — it will now step by 10 as configured.

min={data.min}

max={data.max}

step={data.step}

value={[value || 0]}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions