slider
slider copied to clipboard
React Slider
My use case is that I need to do X when user click somewhere on the bar but not by dragging the knob and Y when the user drag the...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.9.1. Release notes Sourced from eslint's releases. v9.9.1 Bug Fixes 9bde90c fix: add logic to handle fixTypes in lintText() (#18736) (Amaresh S M) Documentation 4840930...
Bumps [glob](https://github.com/isaacs/node-glob) from 7.2.3 to 11.0.0. Changelog Sourced from glob's changelog. changeglob 11.0 Drop support for node before v20 10.4 Add includeChildMatches: false option Export the Ignore class 10.3 Add...
When a is added as a child of a parent element, and that parent element has an 'onMouseUp' event handler that stops propagation, the slider continues to call its "onChange"...
"name": "rc-slider", "version": "9.7.5", allowCross设置成的false 当拖动滑块上面的第一个handle到10, 第二个handle到20 然后点击设置value为[35, 65], 滑块并没有如期把两个handle设置到对应位置, 而是设置成了 [20, 65]这样的位置。 代码这块有bug
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 54.0.0 to 55.0.0. Release notes Sourced from eslint-plugin-unicorn's releases. v55.0.0 New rules no-length-as-slice-end (#2400) 3c33820 Improvements Add TypeScript types (#2382) 68e0f13 Fixes no-single-promise-in-promise-methods: Remove broken autofix for...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.13.0. Release notes Sourced from eslint's releases. v9.13.0 Features 381c32b feat: Allow languages to provide defaultLanguageOptions (#19003) (Milos Djermanovic) bf723bd feat: Improve eslintrc warning message...
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 54.0.0 to 56.0.0. Release notes Sourced from eslint-plugin-unicorn's releases. v56.0.0 New rules prefer-global-this (#2410) 1558cbe prefer-math-min-max (#2432) 7369077 consistent-existence-index-check (#2425) d3e4b80 Breaking Remove better-regex from recommended rules...
Hi, `aria-describedby` is not supported, could this be added, most probably the same way as the `aria-label(ledby)`, like `ariaDescribedbyForHandle: string | string[]`. Workaround for now is to do it in...