slider icon indicating copy to clipboard operation
slider copied to clipboard

React Slider

Results 170 slider issues
Sort by recently updated
recently updated
newest added

Is there anyway to display current slider handler position value? Consider scenario like, When i move slider, the current value need to display under the slider handler

In my project we do not need for `.rc-slider-handle` to have negative margin. So I use CSS to remove this negative margin. But in this case when you move handle...

I was working on implementing keyboard support for the Range sliders as well. But as previously stated in the issue #131, I encountered some issues when using multiple handles within...

bug
help wanted

Pushable's range can be "cheated" with clicking on axis. I suppose it's not a desirable behaviour. ![rc-slider-range-pushable-axis-click](https://cloud.githubusercontent.com/assets/4588259/21640944/cfe6f480-d278-11e6-8712-ddcf4a641c0a.gif) In this example, pushable's range is set to 250.

bug

Not sure if this is a proper bug really, since maybe it shouldn't be possible to use decimals? I'm reporting it in any case: The following example should demonstrate an...

bug

https://github.com/react-component/input-number/pull/67#issuecomment-303265259

Feature

Tooltip is not aligned with the defailtValue on track ![Profile-20200131T182619](https://user-images.githubusercontent.com/51435423/73541046-7987ae00-4457-11ea-8aa1-787a50f51b03.gif)

Hello, I am using this plugin to create log sliders so we can use large number but have a nice scale from instance 0.1, 0.2, 0.3, 0.4, 0.5, 1, 2,...

I am using the component in the following manner ` ` The following div which shows how much of the range slider has been traversed should also have been present...

After fixing a local issue as described in #669, I saw that every tooltip are bugged in my project, but also in the library examples : ![image](https://user-images.githubusercontent.com/5319267/90758183-e9b82d00-e2de-11ea-93d6-888e0e915e7f.png) Sliding a marker...