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

Ordering for multiple slider not being applied if value is changed from vue context #507

Closed
ludwig801 opened this issue Nov 19, 2020 · 2 comments
Labels

Comments

@ludwig801
Copy link

ludwig801 commented Nov 19, 2020

Description

When using a slider with multiple values, with order set to true, setting a minimum value from js which should trigger a reordering does not.

Example

value: [12, 18]

Setting value to [20, 18] with $refs.slider.setValue([20, 18]) triggers neither a reordering nor an event.

Environment

  • OS: Windows 10
  • Vue: v2.6.10
  • Component Version: v3.2.10
@ludwig801 ludwig801 added the bug label Nov 19, 2020
@Kiwinka
Copy link

Kiwinka commented Nov 19, 2020

Hi, I think you have put the wrong component version. As far as I know, the newest is 3.2.10.

@NightCatSama
Copy link
Owner

Thanks for your feedback, fixed in version 3.2.11.

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

No branches or pull requests

3 participants