react-input-range icon indicating copy to clipboard operation
react-input-range copied to clipboard

React component for inputting numeric values within a range (range slider)

Results 108 react-input-range issues
Sort by recently updated
recently updated
newest added

Hi, I would like to suggest changing types to something similar as: ``` export interface InputRangeProps { ... onChange: (value: T) => void; onChangeStart?: (value: T) => void; onChangeComplete?: (value:...

This won't affect most people in day-to-day usage, but this logic is incorrect. Without the parentheses around the ternary operator, EVERYTHING up to the "?" in the ternary operator will...

The file capitalize.js may cause problems in some projects, because the imports, exports, and function names are misspelled. For instance, in utils/index.js the import is misspelled as "captialize" in both...

Hi, first thank you for great component. I would like to use it in HTML5 SPA. The only issue on mobile (Chrome, Safari) is that sometimes component is not responsive...

Is there way to add scale widget in bottom of this slider?

Hello. Despite on props `allowSameValues`, i get warning `"minValue" must be smaller than "maxValue"`. This warning is produced by `range-prop-type`, where not any check on `allowSameValues`. The code from source...

I know that there is a way to customise the labels but I can't find a way of giving them a bit more of functionality and not just only minor...

When you click on the max range input label the value is incremented more then the max value provided to the component.

I would like to suggest exposing a callback name which will allow a callback for custom handle to be passed, and will receive arguments such as `value` and completed percentage....

3 sublabels between minValue and maxValue added