Replies: 2 comments
-
|
Thanks, @Bandit! I'm busy with other things right now. Maybe in the future. In general, though, I would love to see a PR implementing the feature 😊 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I made a quick demo of what I mean: https://codesandbox.io/p/sandbox/zm62vd |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There's a persistent UX issue with many, many slider implementations whereby if 2 or more thumbs are on top of each other, it isn't clear to the user why they can't drag in a certain direction (of course technically this is because one thumb is on top and has an upper or lower bound set by the thumb underneath it)
MUI handles this beautifully by simply "swapping" the thumbs if they pass each other:
Should be possible for this implementation to do the same?
Beta Was this translation helpful? Give feedback.
All reactions