You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a slider has multiple slider dots, I would like to know the slider dot index whose position was changed by the user.
Describe the solution you'd like
Currently v-on:change returns all the values with the updated slider dot value.
But the caller cannot know which value changed without storing and comparing with earlier dot values. This could help the caller know which position in the return values[] changed.
This could be achieved by either sending the 'focus dot index' when drag-start or drag-end is emitted.
The text was updated successfully, but these errors were encountered:
Describe the feature
When a slider has multiple slider dots, I would like to know the slider dot index whose position was changed by the user.
Describe the solution you'd like
Currently v-on:change returns all the values with the updated slider dot value.
But the caller cannot know which value changed without storing and comparing with earlier dot values. This could help the caller know which position in the return values[] changed.
This could be achieved by either sending the 'focus dot index' when drag-start or drag-end is emitted.
The text was updated successfully, but these errors were encountered: