slider icon indicating copy to clipboard operation
slider copied to clipboard

React Slider

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

I am using Slider like this: ```js [t, formatTimestamp(t, 60)]))} value={paragraphLength} onChange={(v) => {setParagraphLength(v);}}/> ``` When dragging the slider, it gets released after a single step, so the user needs...

Bumps [glob](https://github.com/isaacs/node-glob) from 7.2.3 to 10.3.10. Changelog Sourced from glob's changelog. changeglob 10.3.0 Add --default -p flag to provide a default pattern 10.2.0 Add glob cli 10.1.0 Return '.' instead...

dependencies

I'm unsure if this is a bug or is not supported. I am unable to drag the slider handle if I don't click on the handle itself (testing here: https://slider-react-component.vercel.app/demo/slider)....

Bumps [father](https://github.com/umijs/father) from 2.30.23 to 4.2.3. Commits 10a4994 build: release 4.2.3 8f10606 feat: support to configure output filename for umd (#660) a904649 docs: update upgrading guide 90a9f80 build: release 4.2.2...

dependencies

Bumps [dumi](https://github.com/umijs/dumi) from 1.1.50 to 2.2.1. Commits 286a381 build: release 2.2.1 4af39ac refactor: improve theme env and mobile actions (#1713) 6590fa9 feat: support to custom data for codesandbox and stackblitz...

dependencies

Steps to reproduce: 1. Set up min to 100 max to 500, value to 600 3. Change min to 600 Expected: handle invisible Current: handle positioned on very big distance....

SliderStyles properties should be able to receive an array of objects or an object [This line](https://github.com/react-component/slider/blob/master/src/interface.ts#L13) should be replaced with `export type SliderStyles = Partial;` Currently it throws a Typescript...

ariaLabelGroupForHandles is present only in the readme file in the latest version

The change in https://github.com/react-component/slider/pull/812 added `/** @deprecated It's always better to use `onChange` instead */` to `onAfterChange`. I use both `onChange` and `onAfterChange`. We have questions which we finalise, but...