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

RangeSlider 和 Slider 在设置了step之后行为不一致 #283

Closed
KermanX opened this issue Nov 20, 2023 · 1 comment
Closed

RangeSlider 和 Slider 在设置了step之后行为不一致 #283

KermanX opened this issue Nov 20, 2023 · 1 comment

Comments

@KermanX
Copy link
Contributor

KermanX commented Nov 20, 2023

Version: v2.0.2

比如 RangeSlider 和 Slider 均设置 step=10,

此时用JavaScript设置

rangeSlider.value = [5, rangeSlider.value[1]];
slider.value = 5;

则会发现rangeSlider.value[0]===5slider.value===10

@zdhxiong
Copy link
Owner

已修复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants