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

Slider doesn't work with decimal step value #2036

Closed
mertsincan opened this issue May 13, 2021 · 0 comments
Closed

Slider doesn't work with decimal step value #2036

mertsincan opened this issue May 13, 2021 · 0 comments
Assignees
Labels
Type: Bug Issue contains a defect related to a specific component.
Milestone

Comments

@mertsincan
Copy link
Member

Test;

<Slider value={this.state.value1} step={0.1} min={0.5} max={10.0} onChange={(e) => this.setState({ value1: e.value })} />
@mertsincan mertsincan added the Type: Bug Issue contains a defect related to a specific component. label May 13, 2021
@mertsincan mertsincan added this to the 6.4.0 milestone May 13, 2021
@mertsincan mertsincan self-assigned this May 13, 2021
@mertsincan mertsincan changed the title Slider doesn't work with decimal steps value Slider doesn't work with decimal step value May 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
Development

No branches or pull requests

1 participant