react-native-multi-slider icon indicating copy to clipboard operation
react-native-multi-slider copied to clipboard

Label of Vertical Slider behaving on horizontal axis

Open emilmammadov opened this issue 3 years ago • 1 comments

When I set slider to vertical, labels not working as expected. Slider is working on vertical axis but labels are on horizontal axis. How can I solve that.

Thanks in advance

emilmammadov avatar Jun 02 '21 16:06 emilmammadov

It still seems to be the case,

Here's how it looks: Screenshot 2022-12-29 at 15 51 05

Code:

<MultiSlider
  optionsArray={[14000, 16000, 18000, 20000, 22000, 24000]}
  enableLabel={true}
  vertical={true}
  snapped={true}
  values={[16000, 20000]}
/>

karolsw3 avatar Dec 29 '22 14:12 karolsw3