Slider incorrectly positions handle when using mixed-sign min/max #826
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
vue2-portable
Milestone
Currently, when using the
<Slider/>
component, ifmin < 0 && max > 0
and the user positions the handle at0
, theleft
position of the slider is incorrectly set to be0
as well, when it should in fact be somewhere betweenmin
andmax
.The text was updated successfully, but these errors were encountered: