vue-range-slider
vue-range-slider copied to clipboard
tooltip can not be 'false'
trafficstars
The tooltip validator only returns true for 'always' and 'hover'. You can't set the tooltip to 'false' as stated in the readme.
Yes. I have the same problem. Temporary solved it by set tooltip-style: {display: "none",}