Stefan Vasiljevic
Results
3
comments of
Stefan Vasiljevic
Hi There, you can try with this, go to line 117, and you will see something similar to below: ``` selectableLi .data('ms-value', value) .addClass('ms-elem-selectable') .attr('id', elementId+'-selectable') **.attr('data-val', value);** ``` ```...
I solved this issue by creating my own tooltip: `const Handle = Slider.Handle;` ``` const handle = (props) => { const { value, dragging, index, ...restProps } = props; return...