slider icon indicating copy to clipboard operation
slider copied to clipboard

React Slider

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

It would be cool if it were possible to invert the range slider. This would be useful for selecting ranges where the data could be cyclical like the time of...

Hey there :wave:Our bot, Adaptly, found that 3 out of 10 currently open dependency update PRs can be merged.That's 30% right there:View Safe to Merge PRs1. [chore(deps-dev): bump glob from...

![image](https://user-images.githubusercontent.com/55985613/203780355-00165882-91d4-4baf-b1a6-579ca473aff7.png) Please check above image, when i clicked on marked **$75K**, i want to get onChange value as **$75K** instead of value **3**. Check bellow my marks, ``` // Currency...

I am getting an error while using rc-slider with Astro.js `Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.`...

Steps to reproduce: Given: I have an input (unrelated to rc-slider), and a `` element 1. Click into the input. Expected: cursor blinks in input, focus is on input 2....

Bumps [rc-tooltip](https://github.com/react-component/tooltip) from 5.3.1 to 6.0.1. Release notes Sourced from rc-tooltip's releases. v6.0.1 chore: fix missing def eb23ffc https://github.com/react-component/tooltip/compare/v6.0.0...v6.0.1 v6.0.0 refactor: Use @rc-component/trigger (#438) fb9d8bd https://github.com/react-component/tooltip/compare/v5.3.1...v6.0.0 Commits c91ecc4 6.0.1 eb23ffc...

dependencies

After implementation in DOM it is generating some inline styles, However we have set Strict Content Security Policy Rules for security audit, because of that inline styles are getting blocked...

Example: ``` ``` If you click on a slider handle and use the arrow keys to go up and down, you can cross the other slider even though `allowCross` is...