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

The docs on the website are out of date. Might want to either remove the link or update the docs

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.6.0. Release notes Sourced from eslint's releases. v9.6.0 Features e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas) 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate...

dependencies

I see this is a recurring bug, but has anyone found a work-around? When sliding the handle, the value updates properly but the tooltip remains static until mouse release, then...

Bumps [glob](https://github.com/isaacs/node-glob) from 7.2.3 to 10.4.2. Changelog Sourced from glob's changelog. changeglob 10.4 Add includeChildMatches: false option Export the Ignore class 10.3 Add --default -p flag to provide a default...

dependencies

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 52.0.0 to 54.0.0. Release notes Sourced from eslint-plugin-unicorn's releases. v54.0.0 New rules no-negation-in-equality-check (#2353) 8957a03 Breaking prefer-array-find: Change checkFromLast default value to true (#2367) a449af9 Improvements Add...

dependencies

Most HTML controls have a property called id. This id is a unique identifier that identifies the element. The id is also used to associate a label with an input....

since `trackStyles` can be used to set different colors for multiple tracks using the code below, ```jsx trackStyles = {[{ backgroundColor: 'red' }, { backgroundColor: 'blue' }]} ``` can set...

I've been having trouble getting my slider to work when I use its `value={...}` property. For context, there is a slider for each row in a MUI Data Grid I...

Consider the following case: ``` const value = 5.3; const props = { marks: {}, step: 0.05, min: 0, max: 5.3 }; ``` I would expect the output of `getClosestPoint`...

I want the z-index of the handle being dragged in the case of multiple handles to be the highest level and not fixed according to the value it belongs to