We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
视频描述
The text was updated successfully, but these errors were encountered:
if (this.originalMinValue && this.originalMinValue) { values = [this.originalMinValue || values[0], this.originalMaxValue || values[1]]; } 这一段会影响直接设置滑块时,超出上次滑动范围则不能按预期设置的结果展示滑块位置。 可以预期原本应该是this.originalMinValue && this.originalMaxValue,不过还是没理解此处限制范围的作用和设计理念。
if (this.originalMinValue && this.originalMinValue) { values = [this.originalMinValue || values[0], this.originalMaxValue || values[1]]; }
this.originalMinValue && this.originalMaxValue
Sorry, something went wrong.
No branches or pull requests
手动设置滑块值滑块位置不正确
视频描述
The text was updated successfully, but these errors were encountered: