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

Slider with data bound to Array<Object> changes label/value behavior when #479

Closed
chadselph opened this issue Aug 6, 2020 · 1 comment
Closed
Labels

Comments

@chadselph
Copy link

Describe the bug

With Array as :data, some :data-value property is ignored when the data gets reloaded.

It works fine at first, but when :data's value gets pointed somewhere else, the :data-value is no longer used and the whole object is sent as the value.

Here's a minimal example: https://jsfiddle.net/wjhksxn4/6/

In my larger application, data is getting set from a Vuex update and :data-label was also getting ignored after data was updated; but I can't seem to reproduce that part.

Environment

  • Vue version: 2.6.11
  • Component Version: v3.2.2

@chadselph chadselph added the bug label Aug 6, 2020
@NightCatSama
Copy link
Owner

Thanks for your feedback, it has been fixed in v3.2.3. 😄

@NightCatSama NightCatSama pinned this issue Aug 7, 2020
@NightCatSama NightCatSama unpinned this issue Aug 7, 2020
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

2 participants