react-semantic-ui-range icon indicating copy to clipboard operation
react-semantic-ui-range copied to clipboard

A Semantic UI Slider for React

Results 19 react-semantic-ui-range issues
Sort by recently updated
recently updated
newest added

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

It would be great if vertical slider is supported. I didn't find any.

enhancement

Check [this Sandbox](https://codesandbox.io/s/quirky-ellis-icv3m?fontsize=14&hidenavigation=1&theme=dark). When you click on the `Change type` button the Sliders has a weird behaviour as It changes the `min` and `value` parameter

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Using v0.7.0 ``` import React, { useState } from 'react'; import { Segment } from 'semantic-ui-react'; import { Slider } from 'react-semantic-ui-range'; const FilterSlider = () => { const [values,...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...

dependencies

On the demo here (hit the controlled tab): https://iozbeyli.github.io/react-semantic-ui-range/ The controlled sliders don't move when you type in different numbers.

Slider handler position is wrong for `value=0` when `min` is set to negative values. The handler starts from the leftmost place and jumps immediately to the correct one on any...

If the `disabled` attribute is set to true and then disabled the style components for the slider (but not the thumb knob) are lost rather than restored to what they...