react-native-MultiSlider icon indicating copy to clipboard operation
react-native-MultiSlider copied to clipboard

Return thumb to a specific value

Open fabiancarlos opened this issue 7 years ago • 1 comments

There is a way to return dinamically a thumb to a specific value. Example, in a range of 14, 15, 16, 17... disable 14, so the user cant set the thumb to 14.

fabiancarlos avatar Nov 07 '17 20:11 fabiancarlos

I've been using this.forceUpdate() or setting a key to the component and changing it on a event. Tried to use onLeftSlidingComplete but seems to not work.

fabiancarlos avatar Nov 07 '17 20:11 fabiancarlos