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 incorrectly positions handle when using mixed-sign min/max #826

Closed
noamichael opened this issue Jan 1, 2021 · 1 comment · Fixed by #827
Closed

Slider incorrectly positions handle when using mixed-sign min/max #826

noamichael opened this issue Jan 1, 2021 · 1 comment · Fixed by #827
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working vue2-portable
Milestone

Comments

@noamichael
Copy link
Contributor

Currently, when using the <Slider/> component, if min < 0 && max > 0 and the user positions the handle at 0, the left position of the slider is incorrectly set to be 0 as well, when it should in fact be somewhere between min and max.

@cagataycivici cagataycivici self-assigned this Jan 20, 2021
@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Jan 20, 2021
@cagataycivici cagataycivici added this to the 3.2.0-rc.1 milestone Jan 20, 2021
@cagataycivici
Copy link
Member

Thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working vue2-portable
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants