Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

UserChange event doesn't fire if the value exists multiple times on the slider #8

Closed
tobias-lippert opened this issue Aug 26, 2023 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested

Comments

@tobias-lippert
Copy link

Hi, I have a slider that contains (possibly duplicate) timestamps. Whenever I change from a tick on the slider to another one with the same timestamp, I expect the UserChange event to be emitted but this doesn't seem to be the case. In all the other cases (when the timestamps differ) the event is correctly emitted.

Is there any known workaround or is it planned to fix that?

@danisss9 danisss9 added the bug Something isn't working label Aug 28, 2023
@danisss9
Copy link
Owner

Hello,

Could be because both ticks have the same value (It may think it is the same tick). I don't know any fix or workaround, if possible it would be best to not have duplicates in the slider.

@danisss9 danisss9 added the question Further information is requested label Oct 5, 2023
@danisss9 danisss9 added enhancement New feature or request help wanted Extra attention is needed and removed bug Something isn't working labels Nov 15, 2023
@danisss9
Copy link
Owner

Copied to main repo

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants