rn-range-slider icon indicating copy to clipboard operation
rn-range-slider copied to clipboard

Add new prop and prevent default initialize

Open Marcoo09 opened this issue 4 years ago • 3 comments
trafficstars

In this pull request was:

  • Added a value prop to define a default value in case it's necessary
  • Fixed a problem from my point of view in which the updater was called each time the Slider is re-rendered.

Marcoo09 avatar Oct 07 '21 21:10 Marcoo09

Related issue #114

Marcoo09 avatar Oct 07 '21 21:10 Marcoo09

What's the hold up? This seems like a pretty done deal

Marvedog avatar Aug 12 '22 11:08 Marvedog

What do you mean? My first point it's an improvement to have the ability of define a default value in the slider, for example you use the slider in edit mode and create mode, so the first time you want to render on 0 and the second time in the last value set. My second point it's a bug related the updater is called on the first render without touch anything.

Marcoo09 avatar Aug 27 '22 19:08 Marcoo09