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

bug: 手动设置滑块值不生效 #2

Open
lyflyy opened this issue May 2, 2020 · 1 comment
Open

bug: 手动设置滑块值不生效 #2

lyflyy opened this issue May 2, 2020 · 1 comment

Comments

@lyflyy
Copy link

lyflyy commented May 2, 2020

手动设置滑块值滑块位置不正确

视频描述

@AngusFan-GH
Copy link

if (this.originalMinValue && this.originalMinValue) { values = [this.originalMinValue || values[0], this.originalMaxValue || values[1]]; }
这一段会影响直接设置滑块时,超出上次滑动范围则不能按预期设置的结果展示滑块位置。
可以预期原本应该是this.originalMinValue && this.originalMaxValue,不过还是没理解此处限制范围的作用和设计理念。

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